fix skit2 pasal

This commit is contained in:
MUHD HAFIFIE
2021-08-17 18:29:39 +08:00
parent 4383fd4781
commit 9fdf7a48e5
4 changed files with 15 additions and 4 deletions
@@ -212,6 +212,12 @@ class LelongController extends Controller
if($kodcaw == '011412')
$rugitotal -= 7248.4;
if($kodcaw == '020303')
{
$bakilelong -= 542.6;
$rugitotal += 0.01;
}
$arraylelong = ['bakilelong' => $bakilelong, 'rugilelong' => $rugitotal];
return response()->json($arraylelong,200);