shish há 2 anos atrás
pai
commit
0c78ffc31c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app-ghs/controllers/TestController.php

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

@@ -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) {