shish 2 жил өмнө
parent
commit
17abd39ead

+ 1 - 1
app-ghs/controllers/TestController.php

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