Selaa lähdekoodia

计划单统计表 多功能查询

liuchaohui 2 vuotta sitten
vanhempi
commit
599bea0e4e

+ 2 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/costLossReview/controller/SyCostLossReviewController.java

@@ -92,6 +92,8 @@ public class SyCostLossReviewController extends JeecgController<SyOrderData, ISy
            if(sumList.size()<1){
                sumList=null;
            }
+       }else {
+           sumList=null;
        }
 
        IPage<SyCostLossReview> pageList = syCostLossReviewService.querylist(syCostLossReview,sumList,page);