调整商品规格
This commit is contained in:
@@ -471,7 +471,7 @@ class WeChatController extends Controller
|
||||
|
||||
if ($delivery_code) {
|
||||
$areaCode = AreaCode::query()->where('code', $delivery_code)->first();
|
||||
if ($areaCode->user_id) {
|
||||
if ($areaCode->user_id && $areaCode->user_id != Api::userId()) {
|
||||
return $this->failed('当前提货码已被别人使用');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user