815bb05b by xiaojie

【数据资产】

1、发起跨平台审批流程
1 parent 724e2c91
...@@ -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));
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!