|
|
@@ -246,7 +246,7 @@ class QueueCbt extends Start_Controller {
|
|
|
set_time_limit(0);
|
|
|
$where_arr = [
|
|
|
//"shop"=>35,//当前店铺为tt-wk
|
|
|
- //"express"=>83,//快递为tt-cbt
|
|
|
+ "express"=>83,//快递为tt-cbt
|
|
|
"print"=>2,//未打印
|
|
|
'printtype'=>1,//打运单
|
|
|
"printnumber"=>0,//打印次数
|
|
|
@@ -263,7 +263,7 @@ class QueueCbt extends Start_Controller {
|
|
|
$list = $this->db->from("fullordertt")
|
|
|
->select("id,orderinfo,shop,express,print,printnumber,library,review,state")
|
|
|
->where($where_arr)
|
|
|
- ->where_in("express",[83,85])
|
|
|
+ //->where_in("express",[83,85])
|
|
|
->where_not_in('state',[214,217])
|
|
|
->get()->result_array();
|
|
|
if(empty($list)){
|
|
|
@@ -298,7 +298,7 @@ class QueueCbt extends Start_Controller {
|
|
|
set_time_limit(0);
|
|
|
$where_arr = [
|
|
|
//"shop"=>35,//当前店铺为tt-wk
|
|
|
- //"express"=>83,//快递为tt-cbt
|
|
|
+ "express"=>83,//快递为tt-cbt
|
|
|
"print"=>2,//未打印
|
|
|
'printtype'=>1,//打运单
|
|
|
"printnumber"=>0,//打印次数
|
|
|
@@ -315,7 +315,7 @@ class QueueCbt extends Start_Controller {
|
|
|
$list = $this->db->from("fullordertt")
|
|
|
->select("id,orderinfo,shop,express,print,printnumber,library,review,state")
|
|
|
->where($where_arr)
|
|
|
- ->where_in("express",[83,85])
|
|
|
+ //->where_in("express",[83,85])
|
|
|
->where_not_in('state',[214,217])
|
|
|
->get()->result_array();
|
|
|
if(empty($list)){
|