jiangping
2023-10-26 5a4e4f0ac1e40f45ce4e78b1ae57637c84a64fc7
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,