This commit is contained in:
e.arrahn
2021-12-01 08:15:07 +08:00
parent 97dfa7474f
commit fc6401dc09
5 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -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)