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

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

@@ -105,7 +105,7 @@ class TagHistory extends CatchController
             $where[] = ['lable', 'in', "87011111CFC1,8702222CFC1,8702222CFC1"];
         } else if ($cs_store) {
             $where[] = ['mac', 'in', '30B5F1013238,30B5F10138EB'];
-            $where[] = ['lable', 'in', "000080000001,000080000002,0000F6000003,0000F6000004"];
+            $where[] = ['lable', 'in', "000080000001,000080000002,0000F6000003,0000F6000004,0000F6000005"];
         }
 
         $list = $this->tagHistoryModel->group('mac,lable')->where($where)
@@ -251,7 +251,7 @@ class TagHistory extends CatchController
         } else if ($manage) {
             $lable = "87011111CFC1,8702222CFC1,8702222CFC1";
         } else if ($cs_store) {
-            $lable = "000080000001,000080000002,0000F6000003,0000F6000004";
+            $lable = "000080000001,000080000002,0000F6000003,0000F6000004,0000F6000005";
         }
         $list = explode(',', $lable);