zy-asc-conveyor/src/main/resources/mapper/JobMapper.xml
@@ -79,6 +79,14 @@ </select> <select id="listJobByDay" resultMap="BaseResultMap"> select * from cv_job where DATEDIFF(NOW(), create_time) > #{day} </select> <select id="listJobToLog" resultMap="BaseResultMap"> select * from cv_job