cy
2023-12-02 3cc2ebefcb08153594ee1384f62694d4a906f843
consum-base/src/main/java/com/consum/base/controller/DepFormScrappedController.java
@@ -57,6 +57,7 @@
        param = query;
        FinSysTenantUser sysInfo = this.getSysInfo();
        return depFormScrappedService.add(param, this.getCurrentUser(), sysInfo);
    }
@@ -171,8 +172,6 @@
        map.put("code", businessFormCode);
        map.put("date", DateUtils.toShowDate(dealTime));
        map.put("name", operatorName);
        map.put("countNum", 0);
        map.put("totalAmount", 0);
        map.put("dataList", export);
        Workbook workbook = ExcelExportUtil.exportExcel(exportParams, map);