调整提示
parent
3c8889138d
commit
aef929bfba
|
|
@ -64,7 +64,7 @@ class BargainService
|
|||
|
||||
//已下单
|
||||
if ($order->order_id > 0) {
|
||||
throw new BizException('当前砍价单下单,无法再砍');
|
||||
throw new BizException('当前砍价单已下单,无法再砍');
|
||||
}
|
||||
|
||||
//砍价超时
|
||||
|
|
|
|||
Loading…
Reference in New Issue