Api Report

This commit is contained in:
2025-09-12 17:40:50 +07:00
parent 2b3c2691f3
commit 546a01934b
4 changed files with 89 additions and 6 deletions

View File

@@ -141,7 +141,7 @@ public function index(Request $request)
$query = $this->getData($request)
->whereRaw('? BETWEEN awal AND akhir', [now()])
->first();
Log::info($query->toSql());
// Log::info($query->toSql());
// Log::info('Data : ' . $query);
if ($query) {