Mengubah menu realisasi
This commit is contained in:
@@ -412,7 +412,7 @@ class RealisasiBelanjaController extends Controller
|
||||
}elseif (getRole()=="sbpk"){
|
||||
$dataTotal = BelanjaRealisasi::where("tahun_anggaran",$ta)->whereRaw("KODE_SKPD IN (SELECT C_OPD FROM NEWSIPKD.TROPD WHERE C_WIL_SP2DPROSES=".Auth::user()->wilayah.")");
|
||||
}
|
||||
$data = DB::select(DB::raw(BelanjaRealisasi::tableData($ta, $this->tableFilter($request), $offset, $limit)));
|
||||
$data = DB::select(DB::raw(BelanjaRealisasi::tableDataReport($ta, $this->tableFilter($request), $offset, $limit)));
|
||||
|
||||
return response()->json([
|
||||
"recordsTotal" => $dataTotal,
|
||||
|
||||
Reference in New Issue
Block a user