disable logs kadar anggota

This commit is contained in:
nurafrinaalimi16
2025-12-14 10:37:29 +08:00
parent e8da816f35
commit cd83999045
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -65,11 +65,11 @@ class OnePercent extends MasterServices
public function getKadarUjrah(HttpRequest $request)
{
Log::info('[DEBUG-CONTROLLER] Data request', [
'nokp' => $request->nokp,
'kodcaw' => $request->kodcaw,
'nilaimarhun' => $request->nilaimarhun
]);
// Log::info('[DEBUG-CONTROLLER] Data request', [
// 'nokp' => $request->nokp,
// 'kodcaw' => $request->kodcaw,
// 'nilaimarhun' => $request->nilaimarhun
// ]);
$cawangan = Cawangan::on('mysql7')->where('kodcaw', $request->kodcaw)->first();
$onePercentServices = new Calculation();
+1 -1
View File
@@ -59,7 +59,7 @@ class GadaiV2
}
private function getKadarUpahAnggota($nokp,$total_nilai_marhun = 0,$groupid = 2) : Float{
Log::info('DEBUG NOKP:' . $nokp);
//Log::info('DEBUG NOKP:' . $nokp);
if($nokp){
$customer = Customer::on('mysql7')
->select('tag_anggota')