【DAOP-1.0】数据需求
【功能点】测试问题处理
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -218,7 +218,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -218,7 +218,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService |
218 | throw new CsbrSystemException(SystemError.DATA_ADD_ERROR, messageSourceUtil.addMessage(String.format("重新提交%s",FUNCTION_NAME))); | 218 | throw new CsbrSystemException(SystemError.DATA_ADD_ERROR, messageSourceUtil.addMessage(String.format("重新提交%s",FUNCTION_NAME))); |
219 | } | 219 | } |
220 | // 发起新的流程 | 220 | // 发起新的流程 |
221 | approvalDTO.setGuid(entity.getGuid()); | 221 | approvalDTO.setBizGuid(entity.getGuid()); |
222 | approvalFlowUtil.addApproval(approvalDTO); | 222 | approvalFlowUtil.addApproval(approvalDTO); |
223 | afterSave(entity, rqVO); | 223 | afterSave(entity, rqVO); |
224 | } | 224 | } | ... | ... |
-
Please register or sign in to post a comment