ubah marhun
This commit is contained in:
@@ -91,6 +91,12 @@ class HargaEmasController extends Controller
|
||||
return response('Deleted Successfully', 200);
|
||||
}
|
||||
|
||||
public function rekodEmasSandaran(Request $request){
|
||||
$rekod = HistoryEmasSandaran::on('mysql7')->where('karat','=',$request->karat)->orderBy('t_efektif','desc')->orderBy('m_efektif','desc')->get();
|
||||
|
||||
return response()->json($rekod);
|
||||
}
|
||||
|
||||
|
||||
public function showAllHargaEmasMobile(){
|
||||
$emas = HargaEmas::on('mysql7')->orderby('recno')->get();
|
||||
|
||||
Reference in New Issue
Block a user