likang 2 年之前
父节点
当前提交
7ad09ef7f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      catch/tag_history/controller/TagHistory.php

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

@@ -227,7 +227,7 @@ class TagHistory extends CatchController
             $othermac=implode(",", $mac);
         }
         if (!empty($tage)) {
-            $otherlabel=implode(",", $mac);
+            $otherlabel=implode(",",$tage);
         }
         
         $labelArray=explode(',',$otherlabel);