likang 2 anni fa
parent
commit
fb82d65e3b
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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;