edit-api-pay

This commit is contained in:
lccsw
2022-04-08 18:00:46 +08:00
parent 7dd260ab86
commit a8b0c27cc0
+1 -1
View File
@@ -177,7 +177,7 @@ class Pay extends Wxapp{
$order_row = $this->receiver_orders_v2_model->get(['id'=>$row['o_id']],'name,brand_id,s_id,biz_id,main_type,info_json,owner_name');
if($order_row['main_type']){//公司
$info_json = json_decode($order_row['info_json'],true);
$name = $order_row['c_company'];
$name = $info_json['c_company'];
}else{
$name = $order_row['owner_name'];
}