Parcourir la source

采购变更单条件调整

Hu Jie il y a 7 ans
Parent
commit
5bbe1a6c79

+ 1 - 1
src/main/java/com/uas/platform/b2b/controller/PurcOrderChangeController.java

@@ -66,7 +66,7 @@ public class PurcOrderChangeController {
         PageInfo pageInfo = new PageInfo(pageParams);
         SearchFilter filter =  JSONObject.parseObject(searchFilter, SearchFilter.class);
         pageInfo.filter("enUU", SystemSession.getUser().getEnterprise().getUu());
-
+        pageInfo.filter("status",Status.NOT_REPLY.value());
 //        pageInfo.filter("source", "B2B");
         return orderChangeService.findEnableToChange(pageInfo, filter);
     }