This commit is contained in:
test_service 2023-12-08 15:58:43 +08:00
commit b5eaa8bc41

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]);