Commit 4fb43846 by 陶光胜

任务入队列顺序调整

parent 5c5f87aa
......@@ -498,11 +498,11 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
} else condition.setBuildPermitted(Global.NO);
//设置管辖门店权限
condition.setAuthStoreIdList(authStoreIdList);
// 保存至列表
this.taskConditions.add(condition);
// 保存下载任务
curTask.setDownloadCondition(JSON.toJSONString(condition));
DownloadTaskServiceImpl.getInstance().createDownloadTask(curTask);
// 保存至列表
this.taskConditions.add(condition);
return curTask;
}
......
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