1
zhang
4 天以前 424c956abe6441e032b9e1e113b2f82a435fdc9b
zy-asc-conveyor/src/main/resources/mapper/JobMapper.xml
@@ -82,8 +82,7 @@
    <select id="listJobByDay" resultMap="BaseResultMap">
        select *
        from cv_job
        where
           DATEDIFF(NOW(), create_time) > #{day}
        where DATEDIFF(NOW(), create_time) > #{day}
    </select>