소스 검색

添加消消消日报导出

syh 5 년 전
부모
커밋
aeb5e2598c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/AdvertiserController.java

+ 3 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/AdvertiserController.java

@@ -439,6 +439,9 @@ public class AdvertiserController {
     @ResponseBody
     public void exportXxl(HttpServletRequest request, HttpServletResponse response, Long projectId, String systemType) throws Exception {
         List<SheetInfoVo> sheets = new ArrayList<>();
+        if (null == systemType || systemType.trim().equals("")) {
+            systemType = null;
+        }
         //查询总的消耗信息
         SheetInfoVo totalSheetVo = advertiserService.getXxlStatisticInfo(projectId, systemType, null, null, "汇总表");
         sheets.add(totalSheetVo);