增加提货数量+领取时间和提货时间
This commit is contained in:
@@ -480,7 +480,8 @@ class WeChatController extends Controller
|
||||
'delivery_code' => $delivery_code
|
||||
]);
|
||||
$areaCode->update([
|
||||
'user_id' => $user->id
|
||||
'user_id' => $user->id,
|
||||
'get_at' => now()
|
||||
]);
|
||||
} else {
|
||||
if ($user->info->delivery_code && $user->info->delivery_code != $delivery_code) {
|
||||
|
||||
Reference in New Issue
Block a user