mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-22 11:52:43 +08:00
fixed: 系统配置保存报错
This commit is contained in:
parent
1f913de54c
commit
bd0bebb311
@ -37,6 +37,9 @@ public class AppConfigServiceImpl extends ServiceImpl<AppConfigMapper, AppConfig
|
||||
List<AppConfig> list = new ArrayList<>();
|
||||
|
||||
data.forEach((keyNameValue, keyValueValue) -> {
|
||||
if (keyValueValue == null) {
|
||||
return;
|
||||
}
|
||||
if ("******".equals(keyNameValue)) {//私密信息默认place
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user