This commit is contained in:
xiaoyu
2023-07-15 20:35:50 +08:00
parent 9449bced34
commit a409b0eba4
7 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ class Pay extends Wxapp{
$total = $price ? $price : $need_pay;
$sub_order = $this->app_liche_orders_model->get(['total_price'=>$total,'pid'=>$row['id'],'status'=>0]); //金额相同未支付订单
if(!$sub_order){
$sid = create_order_no(350200,'liche',1,$row['type']);
$sid = create_order_no(350200,'liche');
$sub_data = [
'o_id' => $row['o_id'],
'sid' => $sid,