fix api
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user