From 21889b32ae2f342cf1cb78c37734370d0466e978 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 14 九月 2023 17:48:52 +0800 Subject: [PATCH] 组织bug --- 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