Commit 43b7121d by “zcwang”

modify: 依赖缺失

parent eb21e8b4
......@@ -71,7 +71,6 @@ import com.netease.mail.yanxuan.change.dal.meta.model.vo.ChangeFlowVO;
import com.netease.mail.yanxuan.change.dal.meta.model.vo.ItemVO;
import com.netease.mail.yanxuan.change.integration.excel.ChangeFlowExcelDTO;
import com.netease.mail.yanxuan.change.integration.flow.FlowRpcService;
import com.netease.mail.yanxuan.qc.service.client.remote.SupplierTodoClient;
import com.netease.yanxuan.flowx.sdk.meta.controller.communal.AjaxResponse;
import com.netease.yanxuan.flowx.sdk.meta.dto.base.FlowDataDTO;
import com.netease.yanxuan.flowx.sdk.meta.dto.base.UserReachDTO;
......@@ -116,8 +115,6 @@ public class ChangeFlowBiz {
@Autowired
private ChangeRecordMapper changeRecordMapper;
@Autowired
private SupplierTodoClient supplierTodoClient;
public String createAndSubmit(ChangeFlowCreateReq changeFlowCreateReq) {
String uid = RequestLocalBean.getUid();
......@@ -199,8 +196,6 @@ public class ChangeFlowBiz {
businessContent.put("nodeTitle", entity.getChangeContent());
businessContent.put("taskFlowId", flowId);
businessContent.put("newFlow", flowId);
supplierTodoClient.createTodoTask("变更管理", changeCommander, flowId, flowId,
SupplierTodoTaskTypeEnum.QC_CHANGE.getValue(), businessContent);
}
}
......@@ -213,8 +208,6 @@ public class ChangeFlowBiz {
String flowId = String.valueOf(entity.getFlowId());
log.info("[finishSupplierTodoTask] taskFlowId={}, supplierId={}", flowId, changeCommander);
if (StringUtils.isNotEmpty(changeCommander)) {
supplierTodoClient.finishTodoTask(changeCommander, flowId,
SupplierTodoTaskTypeEnum.QC_CHANGE.getValue());
}
}
......
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