|
@@ -215,6 +215,13 @@ public class AuthInfoServiceImpl implements AuthInfoService {
|
|
|
basicSchool.setLogo(o.getLogo());
|
|
|
}
|
|
|
basicSchoolSet.add(basicSchool);
|
|
|
+ } else {
|
|
|
+ basicSchool.setAccessKey(o.getAccessKey());
|
|
|
+ basicSchool.setAccessSecret(o.getAccessSecret());
|
|
|
+ basicSchool.setLogo(o.getLogoUrl());
|
|
|
+ basicSchoolService.saveOrUpdate(basicSchool);
|
|
|
+ commonCacheService.updateSchoolCache(basicSchool.getId());
|
|
|
+ commonCacheService.updateSchoolCache(basicSchool.getCode());
|
|
|
}
|
|
|
|
|
|
QueryWrapper<SysOrg> sysOrgQueryWrapper = new QueryWrapper<>();
|