|
@@ -244,6 +244,8 @@ public class MySQLDatabaseBackup {
|
|
|
commonCacheService.removeSysConfigCache(s.getSchoolId(), s.getConfigKey());
|
|
|
}
|
|
|
}
|
|
|
+ commonCacheService.removeSchoolRoleCache(schoolId);
|
|
|
+ commonCacheService.removeSchoolPrivilegeCache(schoolId);
|
|
|
if (Objects.nonNull(file)) {
|
|
|
file.delete();
|
|
|
}
|