瀏覽代碼

经营报表导出

zouxuan 2 年之前
父節點
當前提交
99112ce70e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/ExportServiceImpl.java

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

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