Commit bd0481a6 by 冷斌

问题4

parent d6094217
...@@ -252,7 +252,7 @@ class InveController extends AdminController ...@@ -252,7 +252,7 @@ class InveController extends AdminController
} }
} }
//获取物流信息 //获取物流信息
private function getLogistics($order_num,$group_id,$dist_id){ private function getLogistics($order_num,$group_id,$dist_id = null){
$where['order_num']=$order_num; $where['order_num']=$order_num;
$where['group_id']=$group_id; $where['group_id']=$group_id;
$where['dist_id']=$dist_id; $where['dist_id']=$dist_id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment