This commit is contained in:
weiz 2023-11-11 18:01:29 +08:00
parent 63beacc85d
commit 758163ebe2

View File

@ -86,7 +86,7 @@ class LogisticsLogic extends BaseLogic
*/ */
public static function cDetail($id):array { public static function cDetail($id):array {
//获取物流信息 //获取物流信息
$logistics = Logistics::field('id,order_id,order_sn,shop_name,shop_user,shop_phone,shop_address,shop_long,shop_lat,receiver_name,receiver_phone,receiver_address,status,create_time') $logistics = Logistics::field('id,order_id,order_sn,shop_name,shop_user,shop_phone,shop_address,shop_long,shop_lat,receiver_name,receiver_phone,receiver_address,status,create_time,qh_time,ps_time,qx_time')
->where('id', $id)->find(); ->where('id', $id)->find();
//获取商品信息 //获取商品信息
$product_count = 0; $product_count = 0;