Bugs Fix Nomor STS

This commit is contained in:
Pusdatin BPKD Jkt
2022-12-05 09:43:36 +07:00
parent e41f0c048b
commit 91e33ab804
@@ -172,7 +172,7 @@ class ItemSearchController extends Controller
$no_skprd = $request->no_skprd; $no_skprd = $request->no_skprd;
$select = DB::raw("NO_SKPRD,TGL_VALIDASI,KODE_BAS,NILAI_BAYAR,TRBAS.N_AKUN"); $select = DB::raw("NO_SKPRD,TGL_VALIDASI,KODE_BAS,NILAI_BAYAR,TRBAS.N_AKUN");
$sts = Siesetpembayaran::select($select) $sts = Siesetpembayaran::select($select)
->join("TRBAS","SI_ESET_PEMBAYARAN.KODE_BAS","=","TRBAS.C_AKUN") ->join("NEWSIPKD.TRBAS","SI_ESET_PEMBAYARAN.KODE_BAS","=","TRBAS.C_AKUN")
->where("NO_SKPRD", $no_skprd) ->where("NO_SKPRD", $no_skprd)
->first(); ->first();
if ($sts){ if ($sts){