update tarikh lelong kepada tarikh jual
This commit is contained in:
@@ -64,7 +64,7 @@ class LelonganController extends Controller
|
||||
|
||||
|
||||
if ($request->filled('startDate') && $request->filled('endDate')) {
|
||||
$query->whereBetween('lelong.t_lelong', [$request->startDate, $request->endDate]);
|
||||
$query->whereBetween('lelong.t_jual', [$request->startDate, $request->endDate]);
|
||||
}
|
||||
|
||||
$summary_lelongan_data[$db_connection] = $query->first()->toArray();
|
||||
|
||||
Reference in New Issue
Block a user