xiangpei
2024-08-03 2b776c4a2222d9bc36f53a449bda2b808c7b43b9
ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml
@@ -171,4 +171,8 @@
            #{id}
        </foreach>
    </delete>
    <select id="selectToday">
        select * from t_check_index_video where DATE(create_time) = #{today}
    </select>
</mapper>