shish 3 years ago
parent
commit
9f4fcf29f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      console/controllers/HdOrderController.php

+ 0 - 1
console/controllers/HdOrderController.php

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