|
@@ -138,7 +138,7 @@ public class BasicSchoolServiceImpl extends ServiceImpl<BasicSchoolMapper, Basic
|
|
basicSchool.setDefaultSchool(defaultSchool);
|
|
basicSchool.setDefaultSchool(defaultSchool);
|
|
basicSchool.setHasPaperNumber(hasPaperNumber);
|
|
basicSchool.setHasPaperNumber(hasPaperNumber);
|
|
basicSchool.setExamTaskInstr(examTaskInstr);
|
|
basicSchool.setExamTaskInstr(examTaskInstr);
|
|
- basicSchool.setTabName(tabName);
|
|
|
|
|
|
+ basicSchool.setTabName("null".equals(tabName) ? null : tabName);
|
|
|
|
|
|
// 清除学校缓存
|
|
// 清除学校缓存
|
|
commonCacheService.removeSchoolCache(basicSchool.getCode());
|
|
commonCacheService.removeSchoolCache(basicSchool.getCode());
|