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/resources/mappers/WorkorderRecordExtMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml b/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml index c90d22e..86cb369 100644 --- a/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml +++ b/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml @@ -549,8 +549,8 @@ </select> <select id="selectListNew" parameterType="doumeemes.dao.ext.dto.QueryWorkorderRecordExtDTO" resultMap="WorkorderRecordExtListVO"> SELECT - `a`.*, - `dmodel`.`ID` AS DMODEL_ID, + `a`.*, ROUND(a.SALARY / 100 ,2) as salaryYuan, + `dmodel`.`ID` AS DMODEL_ID, `dmodel`.`DELETED` AS DMODEL_DELETED, `dmodel`.`CREATE_USER` AS DMODEL_CREATE_USER, `dmodel`.`CREATE_TIME` AS DMODEL_CREATE_TIME, -- Gitblit v1.9.3