فهرست منبع

修改cbt发货的处理

lvhao 4 روز پیش
والد
کامیت
c4bb182ed9
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      core/CoreApp/controllers/QueueCbt.php

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

@@ -23,7 +23,8 @@ class QueueCbt extends Start_Controller {
             $this->_cbtCreateLabel();
         }else if($arg == 'get_service'){
             //获取订单的服务信息
-            $this->_getService();
+            //$this->_getService();
+            $this->_preGetService();
         }
         else
         {