lvhao 21 годин тому
батько
коміт
480cbbf65f
1 змінених файлів з 2 додано та 3 видалено
  1. 2 3
      core/CoreApp/controllers/Workshopshow.php

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

@@ -1049,12 +1049,11 @@ class Workshopshow extends Start_Controller
             }
 
 
-
+            $this->db->select("id,number,pm,shipremarks,printtime,time,ctime12");   
             $this->db->where("time >= ",strtotime($timetkk));
             $this->db->where("time < ",strtotime($timetjj));
-            $this->db->where("extra_type",1);//美国销售
             $this->db->order_by('id','desc');
-            $this->db->select("id,number,pm,shipremarks,printtime,time,ctime12");
+            
            
             $this->db->like('rk', '|'.$lx.'|','before');
             $this->db->where('rk != ck');