bea125cb by 肖初晴

【DAOP-1.0】数据需求

【功能点】测试问题处理
1 parent c1edaac4
......@@ -312,6 +312,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
entity.setProcessCompanyName(dto.getProcessCompanyName());
mfDemandService.updateById(entity);
FlowUpdateStateDTO flowDTO = csbrBeanUtil.convert(dto,FlowUpdateStateDTO.class);
flowDTO.setBackEndInvoke(true);
workflowFeign.allowFlowCore(flowDTO).getData();
return true;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!