人员管控
This commit is contained in:
parent
25d6cd1de3
commit
5fb169d074
|
|
@ -69,7 +69,7 @@
|
||||||
SELECT tw.warn_time AS warningTime,
|
SELECT tw.warn_time AS warningTime,
|
||||||
tw.warn_content AS warningContent
|
tw.warn_content AS warningContent
|
||||||
FROM tb_warn tw
|
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>
|
||||||
<select id="getNewFenceList" resultType="com.securitycontrol.entity.screen.vo.PersonnelControlVo">
|
<select id="getNewFenceList" resultType="com.securitycontrol.entity.screen.vo.PersonnelControlVo">
|
||||||
SELECT
|
SELECT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue