Przeglądaj źródła

待付款订单

shish 3 lat temu
rodzic
commit
1998d21fdf
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      console/controllers/HdOrderController.php

+ 2 - 0
console/controllers/HdOrderController.php

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