Explorar o código

计划单统计表 多功能查询

liuchaohui %!s(int64=2) %!d(string=hai) anos
pai
achega
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);