@@ -109,6 +109,7 @@ class TestController extends BaseController
echo $orderSn . ' ' . $currentAmount . ' ' . $actPrice . ' ' . $discountAmount . ' ' . $labourCost . ' ' . $tkPrice;
die;
}
+ $itemTotalAmount = bcadd($itemTotalAmount, $currentAmount, 2);
if ($tkPrice > 0) {
$refundList = RefundOrderClass::getAllByCondition(['relateOrderSn' => $orderSn], null, '*', null, true);