人员管控

This commit is contained in:
cwchen 2024-04-20 12:28:53 +08:00
parent 25d6cd1de3
commit 5fb169d074
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
SELECT tw.warn_time AS warningTime,
tw.warn_content AS warningContent
FROM tb_warn tw
WHERE tw.warn_type = #{typeCode} AND tw.bid_code = #{bidCode} AND DATE(tw.warn_time) = CURDATE()
WHERE tw.warn_type = #{typeCode} AND tw.bid_code = #{bidCode}
</select>
<select id="getNewFenceList" resultType="com.securitycontrol.entity.screen.vo.PersonnelControlVo">
SELECT