【DAOP-1.0】数据需求
【功能点】测试问题处理
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -410,7 +410,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -410,7 +410,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService |
410 | //endregion 2.1.业务合规性验证 | 410 | //endregion 2.1.业务合规性验证 |
411 | 411 | ||
412 | //region 2.2.业务数据验证 | 412 | //region 2.2.业务数据验证 |
413 | if(rqVO.getImmediateApprove()){ | 413 | if(rqVO.getImmediateApprove() && "2".equals(rqVO.getDemandCategory())){ |
414 | checkProductGuid(rqVO.getDataProductGuid()); | 414 | checkProductGuid(rqVO.getDataProductGuid()); |
415 | } | 415 | } |
416 | //endregion 2.2.业务数据验证 | 416 | //endregion 2.2.业务数据验证 | ... | ... |
-
Please register or sign in to post a comment