【DAOP-1.0】数据需求
【功能点】测试问题处理
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment