lvhao 17 시간 전
부모
커밋
52cf07959a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/CoreApp/controllers/Workshopshow.php

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

@@ -656,6 +656,7 @@ class Workshopshow extends Start_Controller
             $this->db->where("time >= ",strtotime($timetkk));
             $this->db->where("time < ",strtotime($timetjj));
             $this->db->where("ycrk_type",0);
+            $this->db->where("is_over != ",3);
             $this->db->where_in('extra_status',[2,3]);
             $this->db->order_by('id','desc');
             $this->db->group_by('fid');