lyq vor 6 Monaten
Ursprung
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>