This commit is contained in:
尖叫 2023-12-08 15:58:21 +08:00
parent 3ba907dd6d
commit ca0394e3c2

View File

@ -164,7 +164,7 @@ class User extends Controller
$where = [
// 'openid' => $post['openid'],
'coupon_user_id' => $post['id'],
'coupon_user_id' => $post['coupon_id'],
];
$data = Db::name('food_coupon_user_wx')->where($where)->update(['status' => 2]);