fix merge

This commit is contained in:
MUHD HAFIFIE
2021-09-06 11:01:49 +08:00
parent b0251cb4a1
commit dd7c01f77a
4 changed files with 11 additions and 14 deletions
+3 -1
View File
@@ -223,7 +223,9 @@ class LelongController extends Controller
}
if($kodcaw === '011232')
{
$bakilelong += 6;
}
$arraylelong = ['bakilelong' => $bakilelong, 'rugilelong' => $rugitotal];
@@ -496,7 +498,7 @@ class LelongController extends Controller
->sum('cajlelong');
if($kodcaw === '011232')
$cajlelong += 122.5;
$cajlelong +=122.5;
return response()->json($cajlelong,200);
}