ソースを参照

Merge branch 'master' of http://gogs.hnwmzp.cn/chengwenliang/erp

lvhao 6 ヶ月 前
コミット
d0b734494b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      core/CoreApp/controllers/Apiexpress.php

+ 1 - 1
core/CoreApp/controllers/Apiexpress.php

@@ -76,7 +76,7 @@ class Apiexpress extends Start_Controller {
         if(empty($table_name)){
             die($this->logic_tools->ret_json(-1,"店铺未开通此功能!!!"));
         }
-        $info = $this->logic_order->getInfoByTableName($table_name,"orderinfo = ".$shop.$order_no. " and  shop = ".$shop,"id,express,excontent,expressstate,waybill,dtime,printtime,client,name,country,province,city,address,address2,street,phone,zipcode");
+        $info = $this->logic_order->getInfoByTableName($table_name,"orderinfo = ".$shop.$order_no. " and  shop = ".$shop,"id,express,excontent,expressstate,waybill,dtime,printtime,client,name,country,province,city,address,address2,street,phone,zipcode,dlzemailtime");
         if(empty($info)){
             die($this->logic_tools->ret_json(-1,"未查询到相关快递信息"));
         }