Explorar el Código

利用実績 検索条件修正

develop
sosuke.iwabuchi hace 2 años
padre
commit
30061c41fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/Repositories/UseSummaryRepository.php

+ 1
- 1
app/Repositories/UseSummaryRepository.php Ver fichero

@@ -71,7 +71,7 @@ class UseSummaryRepository extends BaseRepository
->where(
$this->makeColumnName([static::TABLE_TARGET, ReceiptIssuingOrder::COL_NAME_ORDER_DATETIME]),
'<',
$dateTo
$dateTo->clone()->addDay()
);




Cargando…
Cancelar
Guardar