zhangguidong 2 lat temu
rodzic
commit
302d715035
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      application/admin/controller/Index.php

+ 4 - 4
application/admin/controller/Index.php

@@ -77,16 +77,16 @@ class Index extends Controller
         $a1 = Db::name('store_member')->where('sex',1)->where('education','=','高中')->count();
         $b1= Db::name('store_member')->where('sex',2)->where('education','=','高中')->count();
 
-        $a2 = Db::name('store_member')->where('sex',2)->where('education','=','大专')->count();
+        $a2 = Db::name('store_member')->where('sex',1)->where('education','=','大专')->count();
         $b2= Db::name('store_member')->where('sex',2)->where('education','=','大专')->count();
 
-        $a3 = Db::name('store_member')->where('sex',2)->where('education','=','本科')->count();
+        $a3 = Db::name('store_member')->where('sex',1)->where('education','=','本科')->count();
         $b3= Db::name('store_member')->where('sex',2)->where('education','=','本科')->count();
 
-        $a4 = Db::name('store_member')->where('sex',2)->where('education','=','研究生')->count();
+        $a4 = Db::name('store_member')->where('sex',1)->where('education','=','研究生')->count();
         $b4= Db::name('store_member')->where('sex',2)->where('education','=','研究生')->count();
 
-        $a5 = Db::name('store_member')->where('sex',2)->where('education','=','博士')->count();
+        $a5 = Db::name('store_member')->where('sex',1)->where('education','=','博士')->count();
         $b5= Db::name('store_member')->where('sex',2)->where('education','=','博士')->count();
         $working = Db::name('store_work_nature')
             ->alias('w')