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