server
This commit is contained in:
@@ -543,7 +543,7 @@ class LelongController extends Controller
|
||||
|
||||
$lelong = Lelong::on($cawangan['mysql'])
|
||||
->where('norujukan', '=', $request->norujukan)
|
||||
->where('t_lelong', '=', $current->toDateString())
|
||||
->where('t_lelong', '<=', $current->toDateString())
|
||||
->first();
|
||||
|
||||
if($lelong)
|
||||
|
||||
Reference in New Issue
Block a user