Bugs Fix Kode Rekening dan SPS Input Data Realisasi Belanja
This commit is contained in:
@@ -49,7 +49,7 @@ class ItemSearchController extends Controller
|
||||
|
||||
if($request->has('q')){
|
||||
$search = strtolower($request->q);
|
||||
$sqlStr.= " AND LOWER(x.NAMA_SKPD) LIKE '%$search%' ";
|
||||
$sqlStr.= " AND ( LOWER(x.NAMA_SKPD) LIKE '%$search%' OR x.KODE_SKPD LIKE '%$search%' )";
|
||||
}
|
||||
|
||||
$tropd = DB::select(DB::raw($sqlStr." ORDER BY x.KODE_SKPD "));
|
||||
|
||||
Reference in New Issue
Block a user