From 1cda52ea2db132f8722bd809d6f7753762e4ec49 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 20 Mar 2026 15:24:30 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-20=20=E8=AE=A2=E5=8D=95=E4=BA=A7?= =?UTF-8?q?=E5=87=BA=E6=A0=87=E7=AD=BE=E7=BB=9F=E8=AE=A1=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/shopOrder/ProductionReportMapper.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/main/resources/mapper/shopOrder/ProductionReportMapper.xml b/src/main/resources/mapper/shopOrder/ProductionReportMapper.xml index 5e475dc..f4de431 100644 --- a/src/main/resources/mapper/shopOrder/ProductionReportMapper.xml +++ b/src/main/resources/mapper/shopOrder/ProductionReportMapper.xml @@ -453,6 +453,9 @@ AND A.RollType = #{rollType} + + AND A.Createdby like '%' + #{createdby} + '%' + ORDER BY A.CreatedDate DESC @@ -527,6 +530,9 @@ AND A.RollType = #{rollType} + + AND A.Createdby like '%' + #{createdby} + '%' + @@ -579,6 +585,9 @@ AND A.RollType = #{rollType} + + AND A.Createdby like '%' + #{createdby} + '%' + \ No newline at end of file