Commit 413e8163 by guojx

流失数据接口

parent f64314e1
......@@ -316,8 +316,8 @@ public class WechatWorkController extends NewBaseController {
* @param qo
* @return
*/
@RequestMapping(value = "export-lost-clerk")
public RestResponse exportLostClerk(@RequestBody WechatWorkLostDetailQO qo) {
@RequestMapping(value = "export-lost-detail")
public RestResponse exportLostDetail(@RequestBody WechatWorkLostDetailQO qo) {
AuthorizedUser user = SessionContextUtils.getLoginUser();
DownloadTask task = new DownloadTask();
task.setTaskTypeEnum(TaskTypeEnum.STORE_RANK_DOWNLOAD);
......
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