Просмотр исходного кода

利用集計取得 TO日付を1日ずらすように修正

develop
sosuke.iwabuchi 2 лет назад
Родитель
Сommit
b0962d2ff7
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      app/Repositories/Custom/HelloTechno/UseSummaryRepository.php

+ 1
- 1
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(


Загрузка…
Отмена
Сохранить