|
@@ -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);
|
|
|
|