|
|
@@ -875,7 +875,7 @@ class CustomController extends BaseController
|
|
|
public function actionPrintSeatSn()
|
|
|
{
|
|
|
$get = Yii::$app->request->get();
|
|
|
- $customId = $get['customId'] ?? 0;
|
|
|
+ $customId = $get['id'] ?? 0;
|
|
|
$custom = CustomClass::getById($customId, true);
|
|
|
CustomClass::valid($custom, $this->shopId);
|
|
|
$seatSn = $custom->seatSn ?? 0;
|