b5f69bd4 by xiaojie

【数据资产】

1、连接器入驻作废旧数据报错
1 parent fc02ab7a
......@@ -124,6 +124,7 @@ public class DataPortServiceImpl implements DataPortService {
updateWrapper.set(MfEnterprise::getCredentialTime, new Date());
updateWrapper.set(MfEnterprise::getAuthenticationTime, new Date());
updateWrapper.set(MfEnterprise::getAuthenticationState, "Y");
updateWrapper.set(MfEnterprise::getIdentityState, "Y");
updateWrapper.eq(MfEnterprise::getGuid, entity.getGuid());
mfEnterpriseService.update(updateWrapper);
......@@ -191,6 +192,7 @@ public class DataPortServiceImpl implements DataPortService {
updateWrapper.set(MfEnterprise::getCredentialTime, new Date());
updateWrapper.set(MfEnterprise::getAuthenticationTime, new Date());
updateWrapper.set(MfEnterprise::getAuthenticationState, "Y");
updateWrapper.set(MfEnterprise::getIdentityState, "Y");
updateWrapper.eq(MfEnterprise::getGuid, entity.getSourceGuid());
mfEnterpriseService.update(updateWrapper);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!