721ffc83 by xiaojie

【数据资产】

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