learshaw 4 kuukautta sitten
vanhempi
commit
79558ea262

+ 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>