diff --git a/common/src/main/resources/mapper/PrintLogMapper.xml b/common/src/main/resources/mapper/PrintLogMapper.xml index 644f0316..b1166863 100644 --- a/common/src/main/resources/mapper/PrintLogMapper.xml +++ b/common/src/main/resources/mapper/PrintLogMapper.xml @@ -547,16 +547,16 @@ AND PL.CREATED_DATE_TIME <= #{startToDate} - + AND PL.IS_PRINT = #{isPrint} - + AND PL.CATEGORY = #{category} - + AND PL.INVENTORY = #{inventory} - + AND PL.SFC = #{sfc} ORDER BY PL.CREATED_DATE_TIME DESC