【数据资产】
1、发起跨平台审批流程
Showing
1 changed file
with
0 additions
and
3 deletions
| ... | @@ -306,9 +306,6 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -306,9 +306,6 @@ 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 | } | ||
| 312 | MfDemand entity = mfDemandService.getById(dto.getBizGuid()); | 309 | MfDemand entity = mfDemandService.getById(dto.getBizGuid()); |
| 313 | if (entity == null) { | 310 | if (entity == null) { |
| 314 | throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(FUNCTION_NAME)); | 311 | throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(FUNCTION_NAME)); | ... | ... |
-
Please register or sign in to post a comment