likang 2 years ago
parent
commit
fb82d65e3b
1 changed files with 3 additions and 0 deletions
  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;