|
|
@@ -101,7 +101,7 @@ class LiveOrderClass extends BaseClass
|
|
|
$mainId = $live->mainId ?? 0;
|
|
|
$seatRes = LiveSeatClass::getByCondition(['mainId' => $mainId, 'no' => 0], true);
|
|
|
if (empty($seatRes)) {
|
|
|
- util::fail('没有货位可分配');
|
|
|
+ util::fail('没有货位可分配哦');
|
|
|
}
|
|
|
$seatResId = $seatRes->id ?? 0;
|
|
|
$seatRes = LiveSeatClass::getLockById($seatResId);
|
|
|
@@ -210,7 +210,7 @@ class LiveOrderClass extends BaseClass
|
|
|
if (empty($seatSn)) {
|
|
|
$seatRes = LiveSeatClass::getByCondition(['mainId' => $mainId, 'no' => 0], true);
|
|
|
if (empty($seatRes)) {
|
|
|
- util::fail('没有货位可分配');
|
|
|
+ util::fail('没有货位可分配哈');
|
|
|
}
|
|
|
$seatResId = $seatRes->id ?? 0;
|
|
|
$seatRes = LiveSeatClass::getLockById($seatResId);
|