mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-23 04:22: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<>();
|
List<AppConfig> list = new ArrayList<>();
|
||||||
|
|
||||||
data.forEach((keyNameValue, keyValueValue) -> {
|
data.forEach((keyNameValue, keyValueValue) -> {
|
||||||
|
if (keyValueValue == null) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if ("******".equals(keyNameValue)) {//私密信息默认place
|
if ("******".equals(keyNameValue)) {//私密信息默认place
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user