From aeab73facdc02b13474e671215bec79c8e64008a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 14 九月 2023 18:01:37 +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