多余代码

main
zhaokai 2025-12-08 15:23:06 +08:00
parent 0d27b0bdf3
commit 53a50a96d1
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ public class CorpInfoRepositoryImpl extends BaseRepositoryImpl<CorpInfoMapper, C
@Override
public void saveCorp(CorpInfoDO corpInfoDO) {
List<ConfDictTreeCO> confDictCOList = confDictTreeFacade.listByAppKeyAndParentIdTree("0bb989ecada5470c87635018ece9f327", 1986379731994513408L);
SSOUser ssoUser = AuthContext.getCurrentUser();
Long tenantId = ssoUser.getTenantId();
MultiResponse<TenantTypeCO> tenantTypeResponse = tenantTypeFacade.listByTenantIdAndNotDefualt(tenantId);