瀏覽代碼

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>