diff --git a/src/main/resources/mapper/production/ReworkRecordMapper.xml b/src/main/resources/mapper/production/ReworkRecordMapper.xml
index 4beb666..c989733 100644
--- a/src/main/resources/mapper/production/ReworkRecordMapper.xml
+++ b/src/main/resources/mapper/production/ReworkRecordMapper.xml
@@ -123,6 +123,12 @@
and dbo.Get_OperatorDesc(rw.site,rw.operator_id) like #{operatorName}
+
+ and create_time >= #{reworkStartDate}
+
+
+ and create_time <= #{reworkEndDate}
+
\ No newline at end of file