|
|
@@ -159,7 +159,7 @@ class LiveOrderController extends Controller
|
|
|
}
|
|
|
|
|
|
//清空货位
|
|
|
- CustomClass::updateByCondition(['ownMainId' => $mainId], ['seatSn' => 0]);
|
|
|
+ CustomClass::updateByCondition(['ownMainId' => $mainId], ['seatSn' => 0, 'printSeatSn' => 0]);
|
|
|
LiveSeatClass::updateByCondition(['mainId' => $mainId], ['customId' => 0, 'customName' => '']);
|
|
|
|
|
|
$transaction->commit();
|