WIN-2308041133\Administrator 2 kuukautta sitten
vanhempi
commit
1bb2d0ce8a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);
             @file_put_contents('quanju.txt',  json_encode($post)."-接受的传参\r\n", 8);
 
 
             (new SysModel())->saveShareConfig($post);
             (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);
             @file_put_contents('quanju.txt',  $a."-接受的传参结果\r\n", 8);
 
 
         }
         }