lvhao hai 17 horas
pai
achega
bd672a2294
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      core/CoreApp/controllers/Workshopshow.php

+ 1 - 0
core/CoreApp/controllers/Workshopshow.php

@@ -130,6 +130,7 @@ class Workshopshow extends Start_Controller
     private function _gxlz3(){
     private function _gxlz3(){
         $month_one = date("Y-m-d", strtotime("-1 month"));
         $month_one = date("Y-m-d", strtotime("-1 month"));
         $this->db->where("time >",strtotime($month_one));
         $this->db->where("time >",strtotime($month_one));
+        $this->db->where("is_over != ",3);
         $this->db->where("ycrk_type",0);
         $this->db->where("ycrk_type",0);
         $this->db->where_in('extra_status',[2,3]);
         $this->db->where_in('extra_status',[2,3]);
         $this->db->group_by('fid');
         $this->db->group_by('fid');