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