:art:完善部分新功能

This commit is contained in:
hello-hao
2022-07-18 17:12:18 +08:00
parent cec4db6947
commit 9293c0d295
7 changed files with 82 additions and 27 deletions
@@ -313,9 +313,6 @@ public class AdminRootController {
if (!appClient.getIsuse().equals("on")) {
appClient.setIsuse("off");
}
if (!appClient.getAppupdate().equals("on")) {
appClient.setAppupdate("off");
}
appClientService.editAppClientData(appClient);
msg.setInfo("配置保存成功");
} catch (Exception e) {