60e628d4 by xiaojie

【数据资产】

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