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