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