Update Hilangkan Nama Schema
This commit is contained in:
@@ -60,7 +60,7 @@ class MappingDbhSkpdController extends Controller
|
||||
public function show($MappingDbhSkpd)
|
||||
{
|
||||
$sps = VwRekeningPendapatan::where("id",$MappingDbhSkpd)->firstorNew();
|
||||
$mappingSKPD = DB::select(DB::raw("SELECT x.*,y.N_OPD FROM SAMASA.MAPPING_DBH_SKPD x
|
||||
$mappingSKPD = DB::select(DB::raw("SELECT x.*,y.N_OPD FROM MAPPING_DBH_SKPD x
|
||||
LEFT JOIN NEWSIPKD.TROPD y ON x.KODE_SKPD = y.C_OPD WHERE x.id_rekening = $MappingDbhSkpd"));
|
||||
// MappingDbhSkpd::where("id_sps",$MappingDbhSkpd)->get();
|
||||
$this->setSubtitle("Detail Data Mapping");
|
||||
|
||||
Reference in New Issue
Block a user