jiaosong
2023-08-17 a962c8c1fd9da787c355a63a2e43675f21dd4f25
server/src/main/resources/mappers/WorkorderRecordExtMapper.xml
@@ -481,7 +481,7 @@
    <if test="startDate != null and startDate != ''">
      AND  `CREATE_TIME` >= concat(#{startDate},' 00:00:00')
    </if>
    <if test="endDate != null">
    <if test="endDate != null and endDate != ''">
      AND   concat(#{endDate},' 23:59:59') >= `CREATE_TIME`
    </if>
    group by  `CREATE_USER`