Parcourir la source

修改cbt发货的处理

lvhao il y a 4 jours
Parent
commit
c4bb182ed9
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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
         {