721ffc83 by xiaojie

【数据资产】

1、发起跨平台审批流程
1 parent 94fdfde1
......@@ -495,6 +495,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
checkProductGuid(rqVO.getDataProductGuid());
}
//endregion 2.数据验证特殊处理
rqVO.setBizApproveState(entity.getBizApproveState());
//region 3.数据转换处理
......
......@@ -557,6 +557,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
//endregion 2.2.业务数据验证
//endregion 2.数据验证特殊处理
rqVO.setBizApproveState(entity.getBizApproveState());
//region 3.数据转换处理
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!