WIN-2308041133\Administrator 2 tháng trước cách đây
mục cha
commit
1bb2d0ce8a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/system/controller/Sys.php

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

@@ -88,7 +88,7 @@ class Sys extends BaseController
             @file_put_contents('quanju.txt',  json_encode($post)."-接受的传参\r\n", 8);
 
             (new SysModel())->saveShareConfig($post);
-            $a=(new SysModel())->where('id',1)->update(['is_show'=>$post['is_post']]);
+            $a=(new SysModel())->where('id',1)->update(['is_show'=>$post['is_show']]);
             @file_put_contents('quanju.txt',  $a."-接受的传参结果\r\n", 8);
 
         }