lvhao 1 月之前
父节点
当前提交
82cbaf6f25
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Workshopshow.php

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

@@ -1049,7 +1049,7 @@ class Workshopshow extends Start_Controller
             }
             }
 
 
 
 
-            $this->db->select("id,number,pm,shipremarks,printtime,time,ctime12");   
+            $this->db->select("id,orderinfo,pm,shipremarks,printtime,time,ctime12");   
             $this->db->where("time >= ",strtotime($timetkk));
             $this->db->where("time >= ",strtotime($timetkk));
             $this->db->where("time < ",strtotime($timetjj));
             $this->db->where("time < ",strtotime($timetjj));
             $this->db->like('rk', '|'.$lx.'|','before');
             $this->db->like('rk', '|'.$lx.'|','before');