diff --git a/src/main/java/com/glxp/api/controller/thrsys/ThrProductsAddDiController.java b/src/main/java/com/glxp/api/controller/thrsys/ThrProductsAddDiController.java index 6713308d..9e61b177 100644 --- a/src/main/java/com/glxp/api/controller/thrsys/ThrProductsAddDiController.java +++ b/src/main/java/com/glxp/api/controller/thrsys/ThrProductsAddDiController.java @@ -360,6 +360,7 @@ public class ThrProductsAddDiController { FilterThrProductsRequest filterThrProductsRequest=new FilterThrProductsRequest(); filterThrProductsRequest.setStatus(2); + filterThrProductsRequest.setDiType(1); List thrProductsAddDiEntityList=thrProductsAddDiService.filterThrProductsDiLists(filterThrProductsRequest); for (ThrProductsAddDiEntity thrProductsAddDiEntity:thrProductsAddDiEntityList){ diff --git a/src/main/resources/mybatis/mapper/thrsys/ThrProductsAddDiDao.xml b/src/main/resources/mybatis/mapper/thrsys/ThrProductsAddDiDao.xml index 642c4791..cd399bd9 100644 --- a/src/main/resources/mybatis/mapper/thrsys/ThrProductsAddDiDao.xml +++ b/src/main/resources/mybatis/mapper/thrsys/ThrProductsAddDiDao.xml @@ -260,6 +260,9 @@ AND tdi.status = #{status} + + AND updateTime <= "2023-04-5 00:00:00" +