|
|
@@ -109,7 +109,7 @@ class TestController extends BaseController
|
|
|
echo $orderSn . ' ' . $currentAmount . ' ' . $actPrice . ' ' . $discountAmount . ' ' . $labourCost . ' ' . $tkPrice;
|
|
|
die;
|
|
|
}
|
|
|
- echo $actPrice . ' ' .$currentAmount. "\n";
|
|
|
+ echo $actPrice . ' ' . $currentAmount . ' ' . $orderSn . "\n";
|
|
|
$itemTotalAmount = bcadd($itemTotalAmount, $currentAmount, 2);
|
|
|
|
|
|
if ($tkPrice > 0) {
|