Преглед изворни кода

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

develop
sosuke.iwabuchi пре 2 година
родитељ
комит
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(


Loading…
Откажи
Сачувај