【数据资产】
1、发起跨平台审批流程
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -306,6 +306,9 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -306,6 +306,9 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService |
306 | 306 | ||
307 | @Override | 307 | @Override |
308 | public void crossFlowCallBack(BizCallbackDTO dto) { | 308 | public void crossFlowCallBack(BizCallbackDTO dto) { |
309 | if (true) { | ||
310 | throw new CsbrSystemException(SystemError.ERROR_CODE, "自定义错误."); | ||
311 | } | ||
309 | MfDemand entity = mfDemandService.getById(dto.getBizGuid()); | 312 | MfDemand entity = mfDemandService.getById(dto.getBizGuid()); |
310 | if (entity == null) { | 313 | if (entity == null) { |
311 | throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(FUNCTION_NAME)); | 314 | throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(FUNCTION_NAME)); | ... | ... |
-
Please register or sign in to post a comment