shish il y a 3 ans
Parent
commit
b34b9d75fd
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      console/controllers/HdOrderController.php

+ 1 - 0
console/controllers/HdOrderController.php

@@ -34,6 +34,7 @@ class HdOrderController extends Controller
                 $transaction = $connection->beginTransaction();
                 $transaction = $connection->beginTransaction();
                 $id = $order['id'] ?? 0;
                 $id = $order['id'] ?? 0;
                 $orderSn = $order['orderSn'] ?? '';
                 $orderSn = $order['orderSn'] ?? '';
+                echo $orderSn . "\n";
                 try {
                 try {
                     $order = OrderClass::getById($id, true);
                     $order = OrderClass::getById($id, true);