b5f69bd4 by xiaojie

【数据资产】

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