瀏覽代碼

经营报表导出

zouxuan 2 年之前
父節點
當前提交
414600531e

+ 1 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/ExportServiceImpl.java

@@ -411,6 +411,7 @@ public class ExportServiceImpl implements ExportService {
         Map<String, Object> params = new HashMap<>();
         Map<String, Object> params = new HashMap<>();
         params.put("notGroupType","MALL_SELL");
         params.put("notGroupType","MALL_SELL");
         params.put("month",month);
         params.put("month",month);
+        params.put("tenantId",TenantContextHolder.getTenantId());
         int count = studentPaymentOrderDao.queryCount(params);
         int count = studentPaymentOrderDao.queryCount(params);
         if (count <= 0) {
         if (count <= 0) {
             return BaseController.failed("没有可导出的数据");
             return BaseController.failed("没有可导出的数据");

二進制
mec-web/src/main/resources/excelTemplate/经营报表外部数据导入模板.xls