Commit 5885a896 by xiehongfei

Merge branch 'feature/20250806-erqian' into developer

parents 55d32ab2 d2b10b12
......@@ -9,6 +9,7 @@ import com.gic.clerk.api.dto.AuthorizedUser;
import com.gic.commons.util.DataApiUtils;
import com.gic.commons.util.DateUtil;
import com.gic.commons.webapi.reponse.RestResponse;
import com.gic.haoban.manage.web.handle.WechatWorkOverviewStoreGroupClerkHandle;
import com.gic.haoban.manage.web.handle.WechatWorkOverviewStoreGroupHandle;
import com.gic.haoban.manage.web.qo.wechatwork.*;
import com.gic.haoban.manage.web.utils.AuthorizedUserUtils;
......@@ -48,6 +49,8 @@ public class WechatWorkOverviewController extends NewBaseController {
private StoreAuthUtils storeAuthUtils;
@Autowired
private WechatWorkOverviewStoreGroupHandle wechatWorkOverviewStoreGroupHandle;
@Autowired
private WechatWorkOverviewStoreGroupClerkHandle wechatWorkOverviewStoreGroupClerkHandle;
/**
* 概览
......@@ -332,7 +335,7 @@ public class WechatWorkOverviewController extends NewBaseController {
jsonObject.put("indexList", indexList);
jsonObject.put("fieldList", fieldList);
task.setSearchDataParams(jsonObject.toJSONString());
task.setHandler(wechatWorkOverviewStoreGroupHandle);
task.setHandler(wechatWorkOverviewStoreGroupClerkHandle);
JSONResponse downloadTask = DownloadTaskUtil.createDownloadTask(task);
final String reportId;
if (downloadTask.isSuccess()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment