Browse Source

修复缺陷

lyq 6 months ago
parent
commit
e11353a474

+ 1 - 1
src/main/resources/mapper/lawenforcement/LawenforcementRecordMapper.xml

@@ -840,7 +840,7 @@
 
     <select id="getStartRecordDeviceCode" resultType="map">
         select device_id as deviceId from lawenforcement_record_log
-        where ent_time is null and record_state = '0'
+        where end_time is null and record_state = '0'
     </select>
 
 </mapper>