From a69578ed877252e70d45d4753258b3d7b6937606 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 16 十月 2023 09:24:34 +0800 Subject: [PATCH] a --- server/src/main/java/doumeemes/service/ext/impl/WorkorderRecordExtServiceImpl.java | 5 ++++- 1 files changed, 4 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..ac34454 100644 --- a/server/src/main/java/doumeemes/service/ext/impl/WorkorderRecordExtServiceImpl.java +++ b/server/src/main/java/doumeemes/service/ext/impl/WorkorderRecordExtServiceImpl.java @@ -137,6 +137,9 @@ for(WorkorderRecordExtListVO model : result){ //鏌ヨ鐢熶骇浜哄憳濮撳悕 initProUser(user,model,allDepartList); +// BigDecimal s =new BigDecimal(Constants.formatIntegerNum(model.getSalary())); +// s.divide(new BigDecimal(0),2); +// model.setSalary(s.doubleValue()); } } return PageData.from(new PageInfo<>(result)); @@ -1766,7 +1769,7 @@ wreev.setDuration("-"); } wreev.setSalaryType(re.getSalaryType()); - wreev.setSalaryPrice(re.getSalary()); + wreev.setSalaryPrice(re.getSalaryYuan()); list.add(wreev); } -- Gitblit v1.9.3