|
@@ -73,6 +73,20 @@ class Index extends Controller
|
|
$nan_count = Db::name('store_member')->where('sex',1)->count('id');
|
|
$nan_count = Db::name('store_member')->where('sex',1)->count('id');
|
|
$nv_count = Db::name('store_member')->where('sex',2)->count('id');
|
|
$nv_count = Db::name('store_member')->where('sex',2)->count('id');
|
|
|
|
|
|
|
|
+ $lanshan_count = Db::name('store_member')->where('area_id',1480)->count('id');
|
|
|
|
+ $luozhuang_count = Db::name('store_member')->where('area_id',1481)->count('id');
|
|
|
|
+ $hedong_count = Db::name('store_member')->where('area_id',1482)->count('id');
|
|
|
|
+ $yinan_count = Db::name('store_member')->where('area_id',1483)->count('id');
|
|
|
|
+ $tancheng_count = Db::name('store_member')->where('area_id',1484)->count('id');
|
|
|
|
+ $yishui_count = Db::name('store_member')->where('area_id',1485)->count('id');
|
|
|
|
+ $lanling_count = Db::name('store_member')->where('area_id',1486)->count('id');
|
|
|
|
+ $fei_count = Db::name('store_member')->where('area_id',1487)->count('id');
|
|
|
|
+ $pingyi_count = Db::name('store_member')->where('area_id',1488)->count('id');
|
|
|
|
+ $junan_count = Db::name('store_member')->where('area_id',1489)->count('id');
|
|
|
|
+ $mengyin_count = Db::name('store_member')->where('area_id',1490)->count('id');
|
|
|
|
+ $linshu_count = Db::name('store_member')->where('area_id',1491)->count('id');
|
|
|
|
+
|
|
|
|
+
|
|
//男女学历统计
|
|
//男女学历统计
|
|
$a1 = Db::name('store_member')->where('sex',1)->where('education','=','高中')->count();
|
|
$a1 = Db::name('store_member')->where('sex',1)->where('education','=','高中')->count();
|
|
$b1= Db::name('store_member')->where('sex',2)->where('education','=','高中')->count();
|
|
$b1= Db::name('store_member')->where('sex',2)->where('education','=','高中')->count();
|
|
@@ -147,11 +161,24 @@ class Index extends Controller
|
|
'benke' => "['本科',$a3,$b3]",
|
|
'benke' => "['本科',$a3,$b3]",
|
|
'shuoshi' => "['硕士',$a4,$b4]",
|
|
'shuoshi' => "['硕士',$a4,$b4]",
|
|
'boshi' => "['博士',$a5,$b5]",
|
|
'boshi' => "['博士',$a5,$b5]",
|
|
- 'count'=>$weeek_regiz
|
|
|
|
|
|
+ 'count'=>$weeek_regiz,
|
|
|
|
+ 'lanshan_count'=>$lanshan_count,
|
|
|
|
+ 'luozhuang_count'=>$luozhuang_count,
|
|
|
|
+ 'hedong_count'=>$hedong_count,
|
|
|
|
+ 'yinan_count'=>$yinan_count,
|
|
|
|
+ 'tancheng_count'=>$tancheng_count,
|
|
|
|
+ 'yishui_count'=>$yishui_count,
|
|
|
|
+ 'lanling_count'=>$lanling_count,
|
|
|
|
+ 'fei_count'=>$fei_count,
|
|
|
|
+ 'pingyi_count'=>$pingyi_count,
|
|
|
|
+ 'junan_count'=>$junan_count,
|
|
|
|
+ 'mengyin_count'=>$mengyin_count,
|
|
|
|
+ 'linshu_count'=>$linshu_count,
|
|
|
|
|
|
]);
|
|
]);
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
public function tongji(){
|
|
public function tongji(){
|
|
$this->fetch('tongji');
|
|
$this->fetch('tongji');
|