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'];