소스 검색

bug修复

learshaw 4 달 전
부모
커밋
79558ea262
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ems/ems-core/src/main/resources/mapper/ems/EmsObjEventLogMapper.xml

+ 1 - 1
ems/ems-core/src/main/resources/mapper/ems/EmsObjEventLogMapper.xml

@@ -54,7 +54,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="objCode != null  and objCode != ''"> and l.obj_code = #{objCode}</if>
             <if test="modelCode != null and modelCode != ''"> and l.model_code = #{modelCode}</if>
             <if test="startRecTime != null  and startRecTime != '' and endRecTime != null and endRecTime !=''">
-                and l.report_time between #{startRecTime} and #{endRecTime}
+                and l.event_time between #{startRecTime} and #{endRecTime}
             </if>
             <if test="eventKey != null and eventKey != ''"> and l.event_key = #{eventKey}</if>
         </where>