This commit is contained in:
Pusdatin BPKD Jkt
2023-01-05 16:20:01 +07:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -62,3 +62,4 @@ If you discover a security vulnerability within Laravel, please send an e-mail t
## License ## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT). The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
>>>>>>> 149fecc55468d8a3bdcff628c2c339b19436829b
+1 -1
View File
@@ -23,7 +23,7 @@ class Sps_pendapatan extends Eloquent
$sqlstr .= " WHERE 1=1 "; $sqlstr .= " WHERE 1=1 ";
} }
$sqlstr .= ' AND x.TAHUN = '.$ta.' AND x.SKPD_ID=980 AND SUBSTR(x.KODE_REKENING,1,3)=\'4.2\''; $sqlstr .= ' AND x.TAHUN = '.$ta.' AND SUBSTR(x.KODE_REKENING,1,3)=\'4.2\'';
return $sqlstr; return $sqlstr;
} }