likang 2 years ago
parent
commit
2f0e2f0962
1 changed files with 33 additions and 24 deletions
  1. 33 24
      catch/tag_history/controller/TagHistory.php

+ 33 - 24
catch/tag_history/controller/TagHistory.php

@@ -36,12 +36,15 @@ class TagHistory extends CatchController
         $meter = isset($data['meter']) ? $data['meter'] : "";
         $where = [];
         $create_id = $request->user()->id;
-
+        //爬楼梯
+        $manage = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 2)->find();
         $bool = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 3)->find();
         $shifouRole = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 4)->find();
         $ccccRole = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 5)->find();
         //
         $six = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 6)->find();
+        //用于牛儿农户
+        $nonghu = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 7)->find();
 
         if (!empty($time)) {
             $where[] = ['addTime', '>=', $time];
@@ -87,25 +90,18 @@ class TagHistory extends CatchController
         } elseif ($ccccRole) {
             $where[] = ['mac', 'in', '30B5F10138ED,30B5F1012F7A'];
             $where[] = ['lable', 'in', "000000880002,000000880003,000000880004"];
+        } elseif ($nonghu) {
+            $where[] = ['mac', 'in', '30B5F10138ED'];
+            $where[] = ['lable', 'in', "000000880002,000000880003"];
         } elseif ($six) {
 
             $where[] = ['mac', 'in', '30B5F1013801'];
             $where[] = ['lable', 'in', "0000e2b7a905,0000e2b7a2c5,0000ea511abe,0000e2b6d355"];
-        } else {
-
-            $where[] = ['mac', 'not in', '30B5F1013899'];
-            $where[] = ['mac', 'not in', '30B5F10138EB'];
-            $where[] = ['mac', 'not in', '30B5F10138ED,30B5F1012F7A'];
-            $where[] = ['mac', 'not in', '30B5F1013801'];
-            $where[] = ['lable', 'not in', "3543245626,3544976938,3544261098,1539178988,3544517098,3544959402,3542053498,3543226346,3544413306"];
-            $where[] = ['lable', 'not in', "30b5f6000006,30b5f6000007,30b5f6000008,0000f6000006,0000f6000007,0000f6000008"];
-            $where[] = ['lable', 'not in', "000000880002,000000880003,000000880004"];
-            $where[] = ['lable', 'not in', "0000e2b7a905,0000e2b7a2c5,0000ea511abe,0000e2b6d355"];
+        } else if ($manage) {
+            $where[] = ['mac', 'in', '30B5F10138BA'];
+            $where[] = ['lable', 'in', "87011111CFC1,8702222CFC1,8702222CFC1"];
         }
 
-
-
-
         $list = $this->tagHistoryModel->group('mac,lable')->where($where)
             ->field('mac,lable,max(addTime) as addTime,format(AVG(rssi),2) as ave_rssi,count(*) as num')->select()->toArray();
 
@@ -182,10 +178,17 @@ class TagHistory extends CatchController
     {
         $create_id = $request->user()->id;
         $where = [];
+        //爬楼梯
+        $manage = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 2)->find();
         $bool = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 3)->find();
         $shifouRole = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 4)->find();
-        $six = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 6)->find();
+        //牛儿管理
         $ccccRole = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 5)->find();
+        //
+        $six = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 6)->find();
+        //用于牛儿农户
+        $nonghu = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 7)->find();
+
 
         if ($bool) {
             $where[] = ['mac', 'in', '30B5F1013899'];
@@ -193,10 +196,12 @@ class TagHistory extends CatchController
             $where[] = ['mac', 'in', '30B5F10138EB'];
         } elseif ($ccccRole) {
             $where[] = ['mac', 'in', '30B5F10138ED,30B5F1012F7A'];
+        } elseif ($nonghu) {
+            $where[] = ['mac', 'in', '30B5F10138ED'];
         } elseif ($six) {
             $where[] = ['mac', 'in', '30B5F1013801'];
-        } else {
-            $where[] = ['mac', 'not in', ['30B5F1013899', '30B5F10138EB', '30B5F1013801', '30B5F10138ED']];
+        } elseif ($manage) {
+            $where[] = ['mac', 'in', '30B5F10138BA'];
         }
         $list = $this->tagHistoryModel->group('mac')->where($where)->column('mac');
         return CatchResponse::success($list);
@@ -210,11 +215,16 @@ class TagHistory extends CatchController
     {
         $create_id = $request->user()->id;
         $where = [];
+        //爬楼梯
+        $manage = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 2)->find();
         $bool = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 3)->find();
         $shifouRole = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 4)->find();
-        $six = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 6)->find();
-        //牛耳朵
+        //牛儿管理
         $ccccRole = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 5)->find();
+        //
+        $six = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 6)->find();
+        //用于牛儿农户
+        $nonghu = Db::name('user_has_roles')->where('uid', $create_id)->where('role_id', 7)->find();
 
         if ($bool) {
             $where[] = ['lable', 'in', "3543245626,3544976938,3544261098,1539178988,3544517098,3544959402,3542053498,3543226346,3544413306"];
@@ -222,13 +232,12 @@ class TagHistory extends CatchController
             $where[] = ['lable', 'in', "30b5f6000006,30b5f6000007,30b5f6000008,0000f6000006,0000f6000007,0000f6000008"];
         } elseif ($ccccRole) {
             $where[] = ['lable', 'in', "000000880002,000000880003,000000880004"];
+        } elseif ($nonghu) {
+            $where[] = ['lable', 'in', "000000880002,000000880003"];
         } elseif ($six) {
             $where[] = ['lable', 'in', "0000e2b7a905,0000e2b7a2c5,0000ea511abe,0000e2b6d355"];
-        } else {
-            $where[] = ['lable', 'not in', "3543245626,3544976938,3544261098,1539178988,3544517098,3544959402,3542053498,3543226346,3544413306"];
-            $where[] = ['lable', 'not in', "30b5f6000006,30b5f6000007,30b5f6000008,0000f6000006,0000f6000007,0000f6000008"];
-            $where[] = ['lable', 'not in', "0000e2b7a905,0000e2b7a2c5,0000ea511abe,0000e2b6d355"];
-            $where[] = ['lable', 'not in', "000000880002,000000880003,000000880004"];
+        } else if ($manage) {
+            $where[] = ['lable', 'in', "87011111CFC1,8702222CFC1,8702222CFC1"];
         }
         $list = $this->tagHistoryModel->group('lable')->where($where)->column('lable');
         return CatchResponse::success($list);