e98513d0 by xiaojie

【数据资产】

1、资产登记跨服务审批修改产品目录登记状态
1 parent 050ef878
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!