Browse Source

QRコードの作成処理修正

develop
sosuke.iwabuchi 1 year ago
parent
commit
64ad2717de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/Http/Controllers/Web/QRService/CreateTicketController.php

+ 1
- 1
app/Http/Controllers/Web/QRService/CreateTicketController.php View File

@@ -53,7 +53,7 @@ class CreateTicketController extends WebController
private function convertToQrStr(AcquisitionTicket $ticket): string
{
$body = sprintf(
"%02d%s$06d%02d%02d",
"%02d%s%06d%02d%02d",
"01",
$ticket->publishing_date->format('Ymd'),
$ticket->publishing_no,


Loading…
Cancel
Save