likang 2 years ago
parent
commit
3b3e71f31e
1 changed files with 17 additions and 17 deletions
  1. 17 17
      catch/tag_history/controller/TagHistory.php

+ 17 - 17
catch/tag_history/controller/TagHistory.php

@@ -103,23 +103,23 @@ class TagHistory extends CatchController
             $wheres[] = ['addTime', '=', $value['addTime']];
             $da = $this->tagHistoryModel->where($wheres)->find();
             $list[$key]['rssi'] = $da['rssi'];
-            if ($ccccRole) {
-                if ($key == 0) {
-                    $list[$key]['move'] = 0;
-                    $list[$key]['temperature'] = 38.5;
-                    $list[$key]['step'] = 1502;
-                } else {
-                    $list[$key]['move'] = 1;
-                    $list[$key]['temperature'] = 39;
-                    $list[$key]['step'] = 2100;
-                    $das = Db::name('config')->where('key', 'upload')->find();
-                    if (empty($das['value'])) {
-                        $das['value'] = 2100;
-                    }
-                    $list[$key]['step'] = $das['value'];
-                    Db::name('config')->where('key', 'upload')->update(['value' => $das['value'] + 1]);
-                }
-            }
+            // if ($ccccRole) {
+            //     if ($key == 0) {
+            //         $list[$key]['move'] = 0;
+            //         $list[$key]['temperature'] = 38.5;
+            //         $list[$key]['step'] = 1502;
+            //     } else {
+            //         $list[$key]['move'] = 1;
+            //         $list[$key]['temperature'] = 39;
+            //         $list[$key]['step'] = 2100;
+            //         $das = Db::name('config')->where('key', 'upload')->find();
+            //         if (empty($das['value'])) {
+            //             $das['value'] = 2100;
+            //         }
+            //         $list[$key]['step'] = $das['value'];
+            //         Db::name('config')->where('key', 'upload')->update(['value' => $das['value'] + 1]);
+            //     }
+            // }
 
             $list[$key]['addTime'] = date('Y-m-d H:i:s', $value['addTime']);
             $list[$key]['lable'] = str_replace('30b5', '0000', $value['lable']);