소스 검색

修复缺陷

lyq 10 달 전
부모
커밋
e11353a474
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/lawenforcement/LawenforcementRecordMapper.xml

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