mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
:art:完善部分新功能
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user