Commit 2476b472 by 王祖波

导出类型修改

parent aafa4a57
...@@ -230,7 +230,7 @@ public class MaterialDataStaticsController { ...@@ -230,7 +230,7 @@ public class MaterialDataStaticsController {
user.setRealName(clerkDTO.getClerkName()); user.setRealName(clerkDTO.getClerkName());
DownloadTask task = new DownloadTask(); DownloadTask task = new DownloadTask();
task.setTaskTypeEnum(TaskTypeEnum.CONTENT_USED_DOWNLOAD); task.setTaskTypeEnum(TaskTypeEnum.CONTENT_USED_DOWNLOAD);
task.setDataType(2); task.setDataType(1);
task.setUser(user); task.setUser(user);
task.setTotalCount(total); task.setTotalCount(total);
String fileName = "素材-导购数据导出"; String fileName = "素材-导购数据导出";
...@@ -296,7 +296,7 @@ public class MaterialDataStaticsController { ...@@ -296,7 +296,7 @@ public class MaterialDataStaticsController {
String fileName = "素材-门店数据导出"; String fileName = "素材-门店数据导出";
DownloadTask task = new DownloadTask(); DownloadTask task = new DownloadTask();
task.setTaskTypeEnum(TaskTypeEnum.CONTENT_USED_DOWNLOAD); task.setTaskTypeEnum(TaskTypeEnum.CONTENT_USED_DOWNLOAD);
task.setDataType(2); task.setDataType(1);
task.setUser(user); task.setUser(user);
task.setTotalCount(total); task.setTotalCount(total);
task.setFileName(fileName); task.setFileName(fileName);
......
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