|
|
@@ -716,6 +716,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->group_by('fid');
|
|
|
$total = $this->db->count_all_results('systemtransfer_cr');
|