bea125cb by 肖初晴

【DAOP-1.0】数据需求

【功能点】测试问题处理
1 parent c1edaac4
...@@ -312,6 +312,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService ...@@ -312,6 +312,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
312 entity.setProcessCompanyName(dto.getProcessCompanyName()); 312 entity.setProcessCompanyName(dto.getProcessCompanyName());
313 mfDemandService.updateById(entity); 313 mfDemandService.updateById(entity);
314 FlowUpdateStateDTO flowDTO = csbrBeanUtil.convert(dto,FlowUpdateStateDTO.class); 314 FlowUpdateStateDTO flowDTO = csbrBeanUtil.convert(dto,FlowUpdateStateDTO.class);
315 flowDTO.setBackEndInvoke(true);
315 workflowFeign.allowFlowCore(flowDTO).getData(); 316 workflowFeign.allowFlowCore(flowDTO).getData();
316 317
317 return true; 318 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!