【数据资产】
1、发起跨平台审批流程
Showing
2 changed files
with
2 additions
and
0 deletions
| ... | @@ -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 | ... | ... | 
- 
Please register or sign in to post a comment