This commit is contained in:
e.arrahn
2021-08-20 03:40:31 +08:00
parent 3ae009b3c7
commit 2e7cfeb1ec
5 changed files with 9 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);