eb9384fd by xiaojie

【数据资产】

1、连接器入驻作废旧数据报错
1 parent 81bb30ec
...@@ -531,11 +531,13 @@ public class TdsConnectorIdentityServiceImpl extends FlowAbstractImpl implements ...@@ -531,11 +531,13 @@ public class TdsConnectorIdentityServiceImpl extends FlowAbstractImpl implements
531 mfTdsConnectorIdentityService.updateById(oldTdsConnectorIdentity); 531 mfTdsConnectorIdentityService.updateById(oldTdsConnectorIdentity);
532 //如果是重新提交,需要作废数据 532 //如果是重新提交,需要作废数据
533 if(isRestart){ 533 if(isRestart){
534 final MfTdsConnectorIdentity mfTdsConnectorIdentity = mfTdsConnectorIdentityService.getById(oldTdsConnectorIdentity.getSourceBizGuid()); 534 final MfTdsConnectorIdentity mfTdsConnectorIdentity = mfTdsConnectorIdentityService.getById(guid);
535 if (ObjectUtils.isNotEmpty(mfTdsConnectorIdentity)) {
535 mfTdsConnectorIdentity.setBizApproveState("D"); 536 mfTdsConnectorIdentity.setBizApproveState("D");
536 mfTdsConnectorIdentityService.updateById(mfTdsConnectorIdentity); 537 mfTdsConnectorIdentityService.updateById(mfTdsConnectorIdentity);
537 } 538 }
538 } 539 }
540 }
539 541
540 /** 542 /**
541 * 变更申请校验 543 * 变更申请校验
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!