From e33270e78165f6da655bc01fcf1d14954f4e55a7 Mon Sep 17 00:00:00 2001 From: zelian_wu Date: Fri, 19 Jan 2024 17:52:29 +0800 Subject: [PATCH] =?UTF-8?q?2024/1/19=20=E8=BF=94=E5=B7=A5=E8=BF=94?= =?UTF-8?q?=E4=BF=AE=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/production/ReworkRecordMapper.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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