소스 검색

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,"未查询到相关快递信息"));
         }