From b0962d2ff7f6fbd6132d4ccd95150c94750dac5b Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Fri, 7 Jul 2023 17:04:41 +0900 Subject: [PATCH] =?UTF-8?q?=E5=88=A9=E7=94=A8=E9=9B=86=E8=A8=88=E5=8F=96?= =?UTF-8?q?=E5=BE=97=E3=80=80TO=E6=97=A5=E4=BB=98=E3=82=92=EF=BC=91?= =?UTF-8?q?=E6=97=A5=E3=81=9A=E3=82=89=E3=81=99=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Repositories/Custom/HelloTechno/UseSummaryRepository.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Repositories/Custom/HelloTechno/UseSummaryRepository.php b/app/Repositories/Custom/HelloTechno/UseSummaryRepository.php index 6bb6b8c..80acd44 100644 --- a/app/Repositories/Custom/HelloTechno/UseSummaryRepository.php +++ b/app/Repositories/Custom/HelloTechno/UseSummaryRepository.php @@ -57,7 +57,7 @@ class UseSummaryRepository extends BaseRepository throw new AppCommonException('検索日付不正'); } $this->dateFrom = $dateFrom; - $this->dateTo = $dateTo; + $this->dateTo = $dateTo->addDay(); $target = ReceiptIssuingOrder::getBuilder(self::TABLE_TARGET) ->where(