【DAOP-1.0】数据需求
【功能点】测试问题处理
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -491,7 +491,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -491,7 +491,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | 
| 491 | throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToUpdateMessage(FUNCTION_NAME)); | 491 | throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToUpdateMessage(FUNCTION_NAME)); | 
| 492 | } | 492 | } | 
| 493 | //endregion 2.2.业务数据验证 | 493 | //endregion 2.2.业务数据验证 | 
| 494 | if(rqVO.getImmediateApprove()){ | 494 | if(rqVO.getImmediateApprove() && "2".equals(rqVO.getDemandCategory())){ | 
| 495 | checkProductGuid(rqVO.getDataProductGuid()); | 495 | checkProductGuid(rqVO.getDataProductGuid()); | 
| 496 | } | 496 | } | 
| 497 | //endregion 2.数据验证特殊处理 | 497 | //endregion 2.数据验证特殊处理 | ... | ... | 
- 
Please register or sign in to post a comment
