yingzi 2 years ago
parent
commit
1bd3078e91
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/system/controller/Sys.php

+ 0 - 1
app/system/controller/Sys.php

@@ -85,7 +85,6 @@ class Sys extends BaseController
             ], $request);
             (new SysModel())->saveShareConfig($post);
         }
-        (new SysModel())->saveSys($post);
         return app('json')->success("数据保存成功");
     }