disable logs kadar anggota
This commit is contained in:
@@ -65,11 +65,11 @@ class OnePercent extends MasterServices
|
|||||||
|
|
||||||
public function getKadarUjrah(HttpRequest $request)
|
public function getKadarUjrah(HttpRequest $request)
|
||||||
{
|
{
|
||||||
Log::info('[DEBUG-CONTROLLER] Data request', [
|
// Log::info('[DEBUG-CONTROLLER] Data request', [
|
||||||
'nokp' => $request->nokp,
|
// 'nokp' => $request->nokp,
|
||||||
'kodcaw' => $request->kodcaw,
|
// 'kodcaw' => $request->kodcaw,
|
||||||
'nilaimarhun' => $request->nilaimarhun
|
// 'nilaimarhun' => $request->nilaimarhun
|
||||||
]);
|
// ]);
|
||||||
|
|
||||||
$cawangan = Cawangan::on('mysql7')->where('kodcaw', $request->kodcaw)->first();
|
$cawangan = Cawangan::on('mysql7')->where('kodcaw', $request->kodcaw)->first();
|
||||||
$onePercentServices = new Calculation();
|
$onePercentServices = new Calculation();
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ class GadaiV2
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function getKadarUpahAnggota($nokp,$total_nilai_marhun = 0,$groupid = 2) : Float{
|
private function getKadarUpahAnggota($nokp,$total_nilai_marhun = 0,$groupid = 2) : Float{
|
||||||
Log::info('DEBUG NOKP:' . $nokp);
|
//Log::info('DEBUG NOKP:' . $nokp);
|
||||||
if($nokp){
|
if($nokp){
|
||||||
$customer = Customer::on('mysql7')
|
$customer = Customer::on('mysql7')
|
||||||
->select('tag_anggota')
|
->select('tag_anggota')
|
||||||
|
|||||||
Reference in New Issue
Block a user