likang 2 年 前
コミット
dfd1368d60
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      catch/tag_history/controller/TagHistory.php

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

@@ -124,7 +124,7 @@ class TagHistory extends CatchController
 
             $value['addTime'] = $this->tagHistoryModel->where($onewhere)->
                where($towwhere)->max('addTime');
-             $ss=  $this->tagHistoryModel->where($onewhere)->
+             $ss=  $this->tagHistoryModel->
                where($towwhere)->max('addTime');
             var_dump($ss);
             $list[$key]['addTime'] = $value['addTime'];