Commit 48a0c305 by 徐高华

企微托管导购授权-批量导入

parent 0f06119c
......@@ -111,7 +111,7 @@ public class OpenStaffImportTaskApiServiceImpl extends AbstractTaskCenterManageO
public ServiceResponse<String> createTask(OpenStaffImportDTO dto) {
TaskCenterInitTaskQo initTaskQo = new TaskCenterInitTaskQo();
String uuid = ToolUtil.randomUUID();
initTaskQo.setParams(uuid);
initTaskQo.setParams(JSONObject.toJSONString(dto));
initTaskQo.setBusinessParams(uuid);
initTaskQo.setTaskCategoryCode("openStaffImportTask");
initTaskQo.setTaskType(1);
......
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