60e628d4 by xiaojie

【数据资产】

1、发起跨平台审批流程
1 parent 815bb05b
......@@ -306,9 +306,6 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
@Override
public void crossFlowCallBack(BizCallbackDTO dto) {
if (true) {
throw new CsbrSystemException(SystemError.ERROR_CODE, "自定义错误.");
}
MfDemand entity = mfDemandService.getById(dto.getBizGuid());
if (entity == null) {
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!