adminInfo = get_login_admin(); } public function index() { $admin = get_login_admin(); if (get_cache('menu' . $admin['id'])) { $list = get_cache('menu' . $admin['id']); } else { $adminGroup = Db::name('AdminGroupAccess')->where(['uid' => get_login_admin('id')])->column('group_id'); $adminMenu = Db::name('AdminGroup')->where('id', 'in', $adminGroup)->column('rules'); $adminMenus = []; foreach ($adminMenu as $k => $v) { $v = explode(',', $v); $adminMenus = array_merge($adminMenus, $v); } $menu = Db::name('AdminRule')->where(['menu' => 1,'status'=>1])->where('id', 'in', $adminMenus)->order('sort asc')->select()->toArray(); $list = list_to_tree($menu); \think\facade\Cache::tag('adminMenu')->set('menu' . $admin['id'], $list); } $theme = Db::name('Admin')->where('id',$admin['id'])->value('theme'); View::assign('theme',$theme); View::assign('menu', $list); return View(); } public function main() { $street_id=Db::table('fa_szxc_information_useraddress')->where('admin_id',$this->adminInfo['id'])->value('street_id'); $street_name=Db::table('fa_geo_street')->where('street_code',$street_id)->value('street_name'); if ($this->adminInfo['group_access']==4){ $urls="http://zhen.lihaink.cn?street_id=$street_id"."&street_name=".$street_name; return << 跳转大屏 EOT; }elseif($this->adminInfo['group_access']==5){ $urls="http://zhenqiye.lihaink.cn?street_id=$street_id"."&street_name=".$street_name; return << 跳转大屏 EOT; } if ($this->adminInfo['id']!=1){ $find = Db::table('fa_szxc_information_useraddress')->where('user_id', $this->adminInfo['user_id'])->find(); if ($find) { if ($find['auth_range']==1){ $where[] = ['village_id', '=', $find['village_id']]; }elseif ($find['auth_range']==2){ $where[] = ['street_id', '=', $find['street_id']]; }elseif ($find['auth_range']==3){ $where[] = ['area_id', '=', $find['area_id']]; }elseif ($find['auth_range']==5){ $where[] = ['brigade_id', '=', $find['brigade_id']]; } } }else{ $where=[]; } $num =Db::table('fa_szxc_information_usermsg')->where($where)->count(); // 大于60岁人数 $old_num = Db::table('fa_szxc_information_usermsg')->where($where)->whereAge('>=', 60)->count(); // 儿童人数 $children_num = Db::table('fa_szxc_information_usermsg')->where($where)->whereAge('<', 15)->count(); // 未婚男 $unmarried_man_num = Db::table('fa_szxc_information_usermsg')->where($where)->where([['gender', '=', 1], ['marital_status', '=', 169]])->count(); // 未婚女 $unmarried_woman_num = Db::table('fa_szxc_information_usermsg')->where($where)->where([['gender', '=', 2], ['marital_status', '=', 169]])->count(); // 少数民族 $nation_s_num = Db::table('fa_szxc_information_usermsg')->where($where)->whereBetween('nation', [13, 68])->count(); // 汉族 $nation_h_num = Db::table('fa_szxc_information_usermsg')->where($where)->where('nation', 12)->count(); // foreach ($where as $key =>$value){ // $where[$key][0] = 'm.'.$value[0]; // } // 残疾人数 $whether_disabled_num = Db::table('fa_szxc_information_usermsg') ->alias('m') ->where($where) ->join(['fa_szxc_information_insurance'=>'i'],'m.user_id=i.user_id and i.whether_disabled!=112')->count(); // 参保人数 $insurance_type_num = Db::table('fa_szxc_information_usermsg') ->alias('m') ->where($where) ->join(['fa_szxc_information_insurance'=>'i'],'m.user_id=i.user_id and i.insurance_type!=219')->count(); if ($this->adminInfo['id']!=1){ // 工作人员数 $work_num = Db::table('fa_szxc_information_usermsg') ->alias('m') ->where($where) ->join(['fa_user'=>'u'],'m.user_id=u.id and u.group_id = 3')->count(); }else{ $work_num = Db::table('fa_user') ->alias('u') ->where($where) ->where('u.group_id',3) ->join(['fa_szxc_information_usermsg'=>'m'],'u.id = m.user_id')->count(); } //土地 $land_area_num = Db::table('fa_szxc_information_useraddress') ->alias('u') ->where($where) ->join(['fa_szxc_information_planting'=>'p'], 'u.user_id = p.user_id')->sum('p.land_area'); $sum_218 = Db::table('fa_szxc_information_useraddress') ->alias('u') ->where($where) ->join(['fa_szxc_information_planting'=>'p'], 'u.user_id = p.user_id and p.nature_of_land=218')->sum('p.land_area'); $sum_217 = Db::table('fa_szxc_information_useraddress') ->alias('u') ->where($where) ->join(['fa_szxc_information_planting'=>'p'], 'u.user_id = p.user_id and p.nature_of_land=217')->sum('p.land_area'); $sum_216 = Db::table('fa_szxc_information_useraddress') ->alias('u') ->where($where) ->join(['fa_szxc_information_planting'=>'p'], 'u.user_id = p.user_id')->sum('p.breed_area'); $sum_215 = Db::table('fa_szxc_information_useraddress') ->alias('u') ->where($where) ->join(['fa_szxc_information_planting'=>'p'], 'u.user_id = p.user_id and p.nature_of_land=215')->sum('p.land_area'); $sum_214 = Db::table('fa_szxc_information_useraddress') ->alias('u') ->where($where) ->join(['fa_szxc_information_planting'=>'p'], 'u.user_id = p.user_id and p.nature_of_land=214')->sum('p.land_area'); $sum_70 = Db::table('fa_szxc_information_useraddress') ->alias('u') ->where($where) ->join(['fa_szxc_information_planting'=>'p'], 'u.user_id = p.user_id and p.nature_of_land=70')->sum('p.land_area'); $sum_69 = Db::table('fa_szxc_information_useraddress') ->alias('u') ->where($where) ->join(['fa_szxc_information_planting'=>'p'], 'u.user_id = p.user_id and p.nature_of_land=69')->sum('p.land_area'); // 荒地面积 $waste_land_area = Db::table('fa_szxc_information_useraddress') ->alias('u') ->where($where) ->join(['fa_szxc_information_planting'=>'p'], 'u.user_id = p.user_id')->sum('p.waste_land_area'); View::assign( [ 'totaluser' => $num,//User::where($whe)->count(),// 总用户数 'old_num' => $old_num, 'children_num' => $children_num, 'unmarried_man_num' => $unmarried_man_num, 'unmarried_woman_num' => $unmarried_woman_num, 'whether_disabled_num' => $whether_disabled_num, 'insurance_type_num' => $insurance_type_num, 'nation_s_num' => $nation_s_num, 'nation_h_num' => $nation_h_num, 'work_num' => $work_num, 'land_area_num' => $land_area_num, 'waste_land_area' => $waste_land_area, 'sum_218' => $sum_218, 'sum_217' => $sum_217, 'sum_216' => $sum_216, 'sum_215' => $sum_215, 'sum_214' => $sum_214, 'sum_70' => $sum_70, 'sum_69' => $sum_69, ] ); return View(); } //设置theme public function set_theme() { if (request()->isAjax()) { $param = get_params(); $admin = get_login_admin(); Db::name('Admin')->where('id',$admin['id'])->update(['theme'=>$param['theme']]); return to_assign(); } else{ return to_assign(1,'操作错误'); } } }