diff --git a/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml index aba07b3..5266cc0 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TdCheckReportMapper.xml @@ -43,6 +43,12 @@ AND depart = #{depart} + + AND check_start_time >= #{checkStartTime} + + + AND check_end_time <= #{checkEndTime} + ORDER BY create_time DESC @@ -62,6 +68,12 @@ AND depart = #{depart} + + AND check_start_time >= #{checkStartTime} + + + AND check_end_time <= #{checkEndTime} + AND check_state != '3' ORDER BY create_time DESC