diff --git a/securitycontrol-model/securitycontrol-screen/src/main/resources/mapper/PersonnelControlMapper.xml b/securitycontrol-model/securitycontrol-screen/src/main/resources/mapper/PersonnelControlMapper.xml index a55e56f..a56c673 100644 --- a/securitycontrol-model/securitycontrol-screen/src/main/resources/mapper/PersonnelControlMapper.xml +++ b/securitycontrol-model/securitycontrol-screen/src/main/resources/mapper/PersonnelControlMapper.xml @@ -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}