【数据资产】
1、连接器入驻作废旧数据报错
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -531,7 +531,7 @@ public class TdsConnectorIdentityServiceImpl extends FlowAbstractImpl implements | ... | @@ -531,7 +531,7 @@ 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(guid); | 534 | final MfTdsConnectorIdentity mfTdsConnectorIdentity = mfTdsConnectorIdentityService.getById(oldTdsConnectorIdentity.getSourceBizGuid()); |
| 535 | mfTdsConnectorIdentity.setBizApproveState("D"); | 535 | mfTdsConnectorIdentity.setBizApproveState("D"); |
| 536 | mfTdsConnectorIdentityService.updateById(mfTdsConnectorIdentity); | 536 | mfTdsConnectorIdentityService.updateById(mfTdsConnectorIdentity); |
| 537 | } | 537 | } | ... | ... |
-
Please register or sign in to post a comment