【数据资产】
1、资产登记跨服务审批修改产品目录登记状态
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -291,7 +291,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -291,7 +291,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService |
291 | throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(FUNCTION_NAME)); | 291 | throw new CsbrSystemException(SystemError.DATA_NOT_EXISTS, messageSourceUtil.notExistsToSelectMessage(FUNCTION_NAME)); |
292 | } | 292 | } |
293 | String orderNo = null; | 293 | String orderNo = null; |
294 | if (ApprovalStateEnum.PASSED.getValue().equals(dto.getApprovalState()) && !dto.getIsZqPlatformApprove() && !isCrossPlatform) { | 294 | if (ApprovalStateEnum.PASSED.getValue().equals(dto.getApprovalState()) && !dto.getIsZqPlatformApprove() && StringUtils.isEmpty(entity.getZqName())) { |
295 | //生成加工单 | 295 | //生成加工单 |
296 | orderNo = addOrder(mfDemandService.getById(dto.getBizGuid()),dto); | 296 | orderNo = addOrder(mfDemandService.getById(dto.getBizGuid()),dto); |
297 | } | 297 | } | ... | ... |
-
Please register or sign in to post a comment