Browse Source

修改cbt发货的处理

lvhao 4 ngày trước cách đây
mục cha
commit
c4bb182ed9
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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
         {