【DAOP-1.0】数据需求
【功能点】测试问题处理
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -215,6 +215,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -215,6 +215,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService |
215 | } | 215 | } |
216 | // 发起新的流程 | 216 | // 发起新的流程 |
217 | approvalDTO.setGuid(entity.getGuid()); | 217 | approvalDTO.setGuid(entity.getGuid()); |
218 | approvalDTO.setBizGuid(entity.getGuid()); | ||
218 | approvalFlowUtil.addApproval(approvalDTO); | 219 | approvalFlowUtil.addApproval(approvalDTO); |
219 | afterSave(entity, rqVO); | 220 | afterSave(entity, rqVO); |
220 | } | 221 | } | ... | ... |
-
Please register or sign in to post a comment