shish 1 anno fa
parent
commit
1d63ebfa48
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      biz-ghs/live/classes/LiveOrderClass.php

+ 2 - 2
biz-ghs/live/classes/LiveOrderClass.php

@@ -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);