lvhao преди 2 дни
родител
ревизия
a2828c0c69
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      core/CoreApp/controllers/QueueCbt.php

+ 2 - 2
core/CoreApp/controllers/QueueCbt.php

@@ -193,7 +193,7 @@ class QueueCbt extends Start_Controller {
     public function _preGetService(){
         $where_arr = [
             //"shop"=>35,//当前店铺为tt-wk
-            //"express"=>83,//快递为tt-cbt
+            "express"=>85,//快递为tt-shipping
            // "print"=>2,//未打印
            // 'printtype'=>1,//打运单
             "printnumber"=>0,//打印次数
@@ -211,7 +211,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)){