From 6252abae2d37cbf7ae4e2eb6411170f440657e12 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期三, 13 九月 2023 14:58:26 +0800 Subject: [PATCH] 111 --- server/src/main/java/doumeemes/service/ext/impl/WorkorderRecordExtServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/src/main/java/doumeemes/service/ext/impl/WorkorderRecordExtServiceImpl.java b/server/src/main/java/doumeemes/service/ext/impl/WorkorderRecordExtServiceImpl.java index 09bf3d7..ed3ee89 100644 --- a/server/src/main/java/doumeemes/service/ext/impl/WorkorderRecordExtServiceImpl.java +++ b/server/src/main/java/doumeemes/service/ext/impl/WorkorderRecordExtServiceImpl.java @@ -1766,7 +1766,7 @@ wreev.setDuration("-"); } wreev.setSalaryType(re.getSalaryType()); - wreev.setSalaryPrice(re.getSalary()); + wreev.setSalaryPrice(re.getSalaryYuan()); list.add(wreev); } -- Gitblit v1.9.3