This commit is contained in:
izuddin
2024-09-24 15:44:32 +07:00
parent 2fd85fb730
commit 094d50cc6a
+1 -1
View File
@@ -49,7 +49,7 @@ class BelanjaRealisasi extends Eloquent
public function getSPD($subgiat,$skpd)
{
return DB::select(DB::raw(
"SELECT a.I_SPDNO_DOK as NO_SPD, a.D_SPD_CETAK as TGL, b.JML as jumlah
"SELECT a.I_SPDNO_DOK as NO_SPD, a1.D_SPD_CETAK as TGL, b.JML as jumlah
FROM NEWSIPKD.TMSPD a
LEFT JOIN NEWSIPKD.TMSPDCETAK a1 ON a.I_ID=a1.I_ID
INNER JOIN (