Browse Source

支付

master
jianglong 3 years ago
parent
commit
a6ea25b24f
  1. 2
      app/common/logic/PayNotifyLogic.php

2
app/common/logic/PayNotifyLogic.php

@ -284,7 +284,7 @@ class PayNotifyLogic
}
//用户会员卡支付完成后更新相关信息
$item = OrderUser::where('id',$trade['id'])->find();
$item = OrderUser::where('trade_id',$trade['id'])->find();
$userShip = UserShip::where('id', $item['org_id'])->find();
UserShip::where('id', $item['org_id'])->inc('sales_num', 1)->update();

Loading…
Cancel
Save