Maintenance Laporan dan Realisasi pendapatan

This commit is contained in:
Pusdatin BPKD Jkt
2023-05-29 15:51:23 +07:00
parent e89ad2d572
commit 987bfd033b
2 changed files with 8 additions and 3 deletions
@@ -131,7 +131,7 @@ class RealisasiPendapatanController extends Controller
$src = isset($post["search"]["value"]) ? strtolower($post["search"]["value"]):"";
$dataFilter=0;
$data = PendapatanRealisasi::where("tahun",$ta)->orderBy("created_at","ASC");
$data = PendapatanRealisasi::where("tahun",$ta)->orderBy("SIMTRAD4_TGL_SP2D_BUN","DESC");
if (!empty($sps))
{
$data->where("kode_rekening_sps",$sps);