94fdfde1 by 肖初晴

【DAOP-1.0】数据需求

【功能点】测试问题处理
1 parent b105aa2c
......@@ -491,7 +491,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToUpdateMessage(FUNCTION_NAME));
}
//endregion 2.2.业务数据验证
if(rqVO.getImmediateApprove()){
if(rqVO.getImmediateApprove() && "2".equals(rqVO.getDemandCategory())){
checkProductGuid(rqVO.getDataProductGuid());
}
//endregion 2.数据验证特殊处理
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!