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