fuliqi
2024-08-21 31d3591b34d4f26ad2ab207ca3044048d9adb9df
ycl-server/src/main/resources/mapper/zgyw/CheckIndexFaceMapper.xml
@@ -111,8 +111,8 @@
        </foreach>
    </delete>
    <select id="selectToday">
        select * from t_check_index_car where DATE(create_time) = #{today}
    <select id="selectToday" resultType="com.ycl.platform.domain.entity.CheckIndexFace">
        select * from t_check_index_face where DATE(create_time) = #{today}
    </select>
    <select id="dashboard" resultType="com.ycl.platform.domain.entity.CheckIndexFace">