This commit is contained in:
fifi97
2021-06-29 10:09:16 +08:00
parent 8395fa0c77
commit 53dd80daac
7 changed files with 274 additions and 12 deletions
+11
View File
@@ -201,6 +201,17 @@ class LelongController extends Controller
if($kodcaw == 'APM')
$bakilelong += 4498.1;
if($kodcaw == '010617')
$rugitotal -= 6.1;
if($kodcaw == '011229'){
$rugitotal -= 919.7;
$bakilelong -= 144;
}
if($kodcaw == '011412')
$rugitotal -= 7248.4;
$arraylelong = ['bakilelong' => $bakilelong, 'rugilelong' => $rugitotal];
return response()->json($arraylelong,200);