lvhao 17 hours ago
parent
commit
eea3cc9136
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/CoreApp/controllers/Workshopshow.php

+ 2 - 2
core/CoreApp/controllers/Workshopshow.php

@@ -387,7 +387,7 @@ class Workshopshow extends Start_Controller
             }
             }
 
 
             $this->db->where("time >= ",strtotime($timetkk));
             $this->db->where("time >= ",strtotime($timetkk));
-            $this->db->where("time < ",strtotime($timetkk));
+            $this->db->where("time < ",strtotime($timetjj));
             $this->db->not_like('rk', '|11|','before');
             $this->db->not_like('rk', '|11|','before');
             $this->db->where("ycrk_type",0);
             $this->db->where("ycrk_type",0);
             $this->db->order_by('id','desc');
             $this->db->order_by('id','desc');
@@ -398,7 +398,7 @@ class Workshopshow extends Start_Controller
 
 
            
            
             $this->db->where("time >= ",strtotime($timetkk));
             $this->db->where("time >= ",strtotime($timetkk));
-            $this->db->where("time < ",strtotime($timetkk));
+            $this->db->where("time < ",strtotime($timetjj));
             $this->db->not_like('rk', '|11|','before');
             $this->db->not_like('rk', '|11|','before');
             $this->db->where("ycrk_type",0);
             $this->db->where("ycrk_type",0);
             $total = $this->db->count_all_results('systemtransfer');
             $total = $this->db->count_all_results('systemtransfer');