|
@@ -818,7 +818,6 @@ public class SysAdminSetController {
|
|
if (CollectionUtils.isEmpty(setFontDtoList)) {
|
|
if (CollectionUtils.isEmpty(setFontDtoList)) {
|
|
sysConfig.setConfigValue(null);
|
|
sysConfig.setConfigValue(null);
|
|
} else {
|
|
} else {
|
|
- setFontDtoList.get(0).setChoose(true);
|
|
|
|
sysConfig.setConfigValue(JSONArray.toJSONString(setFontDtoList));
|
|
sysConfig.setConfigValue(JSONArray.toJSONString(setFontDtoList));
|
|
}
|
|
}
|
|
if (sysConfigService.saveOrUpdate(sysConfig)) {
|
|
if (sysConfigService.saveOrUpdate(sysConfig)) {
|