1
This commit is contained in:
parent
3ba907dd6d
commit
ca0394e3c2
@ -164,7 +164,7 @@ class User extends Controller
|
|||||||
|
|
||||||
$where = [
|
$where = [
|
||||||
// 'openid' => $post['openid'],
|
// '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]);
|
$data = Db::name('food_coupon_user_wx')->where($where)->update(['status' => 2]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user