Merge branch 'adminapi' into 'master'

Adminapi

See merge request online-sistem1/api_arrahn!142
This commit is contained in:
Afiq Zakwan Hamdan
2022-04-21 03:39:31 +00:00
8 changed files with 131 additions and 73 deletions
+1 -1
View File
@@ -717,7 +717,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);