|
|
|
@@ -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( |
|
|
|
|