Explorar o código

添加消消消日报导出

syh %!s(int64=5) %!d(string=hai) anos
pai
achega
aeb5e2598c

+ 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);