【DAOP-1.0】数据需求
【功能点】测试问题处理
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -323,7 +323,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -323,7 +323,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
323 | MfEnterprise entity = convertToEntity(rqVO); | 323 | MfEnterprise entity = convertToEntity(rqVO); |
324 | // 发起审批流程或保存草稿 | 324 | // 发起审批流程或保存草稿 |
325 | AddApprovalDTO approvalDTO = getAddApprovalDTO(entity); | 325 | AddApprovalDTO approvalDTO = getAddApprovalDTO(entity); |
326 | super.startOrRestartWorkFlow(rqVO, rqVO.getBizApproveState(), approvalDTO, entity::setBizApproveState); | 326 | super.restartWorkFlow(rqVO, rqVO.getBizApproveState(), approvalDTO,null, entity::setBizApproveState); |
327 | if (rqVO.getIsRestart()) { | 327 | if (rqVO.getIsRestart()) { |
328 | // 重新提交 | 328 | // 重新提交 |
329 | againSubmitFlow(entity, rqVO, approvalDTO); | 329 | againSubmitFlow(entity, rqVO, approvalDTO); | ... | ... |
... | @@ -176,7 +176,7 @@ public class ServicerMaintainServiceImpl extends FlowAbstractImpl implements Ser | ... | @@ -176,7 +176,7 @@ public class ServicerMaintainServiceImpl extends FlowAbstractImpl implements Ser |
176 | else{ | 176 | else{ |
177 | // 发起审批流程或保存草稿 | 177 | // 发起审批流程或保存草稿 |
178 | AddApprovalDTO approvalDTO = getAddApprovalDTO(entity); | 178 | AddApprovalDTO approvalDTO = getAddApprovalDTO(entity); |
179 | super.startOrRestartWorkFlow(rqVO, rqVO.getBizApproveState(), approvalDTO, entity::setBizApproveState); | 179 | super.restartWorkFlow(rqVO, rqVO.getBizApproveState(), approvalDTO,null, entity::setBizApproveState); |
180 | if (rqVO.getIsRestart()) { | 180 | if (rqVO.getIsRestart()) { |
181 | // 重新提交 | 181 | // 重新提交 |
182 | againSubmitFlow(entity, rqVO, approvalDTO); | 182 | againSubmitFlow(entity, rqVO, approvalDTO); | ... | ... |
-
Please register or sign in to post a comment