This commit is contained in:
hafifierahman
2022-04-20 23:35:05 +08:00
parent 229f319d17
commit 3822356e44
+1 -1
View File
@@ -699,7 +699,7 @@ class LelongController extends Controller
->leftJoin('gadai', 'gadai.norujukan', '=', 'lelong.norujukan')
// ->leftJoin('customer', 'customer.kpbaru', '=', 'gadai.nokp')
->where('batchno','=',$request->batchno)
->where('fasa',1)
->where('fasa',2)
->orderBy('gadai.t_gadai','asc')
->orderBy('gadai.sirig','asc')
->where('gadai.taglel','=', 1);