likang 2 gadi atpakaļ
vecāks
revīzija
fb82d65e3b
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      catch/tag_history/controller/TagHistory.php

+ 3 - 0
catch/tag_history/controller/TagHistory.php

@@ -131,6 +131,9 @@ class TagHistory extends CatchController
             if($shifouRole)
             {
                 $time = $this->tagHistoryModel->where($wh)->order('addTime','desc')->value('addTime');
+                var_dump($time);
+                var_dump($value['addTime']);
+                var_dump($value['addTime']-$time);
                 if(($value['addTime']-$time)<=90)
                 {
                     $list[$key]['status']=0;