likang 2 年之前
父節點
當前提交
ef0e46e398
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      catch/tag_history/controller/TagHistory.php

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

@@ -119,10 +119,10 @@ class TagHistory extends CatchController
                     $list[$key]['step'] = $das['value'];
                     Db::name('config')->where('key', 'upload')->update(['value' => $das['value'] + 1]);
                 }
+                $list[$key]['lable'] = str_replace('30b5', '0000', $value['lable']);
             }
 
             $list[$key]['addTime'] = date('Y-m-d H:i:s', $value['addTime']);
-            $list[$key]['lable'] = str_replace('30b5', '0000', $value['lable']);
             $list[$key]['time'] = date('Y-m-d H:i:s', $da['time']);
         }
         return CatchResponse::success($list);