소스 검색

Merge remote-tracking branch 'origin/20210716' into 20210716

lin 3 년 전
부모
커밋
44801ba183
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      zoniot-rmcp/zoniot-rmcp-core/src/main/java/com/zcxk/rmcp/core/mapper/MeterReplaceLogMapper.xml

+ 2 - 2
zoniot-rmcp/zoniot-rmcp-core/src/main/java/com/zcxk/rmcp/core/mapper/MeterReplaceLogMapper.xml

@@ -309,8 +309,8 @@
       d.file_no LIKE concat('%',#{dto.deviceNo},'%'))
     </if>
     <if test="dto.replaceMethod != null"> and rl.replace_method = #{dto.replaceMethod}</if>
-    <if test="dto.startDate != null"> and rl.date_create <![CDATA[ >= ]]> #{dto.startDate}</if>
-    <if test="dto.endDate != null"> and rl.date_create <![CDATA[ <= ]]> #{dto.endDate}</if>
+    <if test="dto.startDate != null"> and rl.create_date <![CDATA[ >= ]]> #{dto.startDate}</if>
+    <if test="dto.endDate != null"> and rl.create_date <![CDATA[ <= ]]> #{dto.endDate}</if>
     <include refid="permissionCondition"/>
   </select>
 </mapper>