|
@@ -33,6 +33,8 @@ 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";
|
|
|
|
|
+ continue;
|
|
|
try {
|
|
try {
|
|
|
$order = OrderClass::getById($id, true);
|
|
$order = OrderClass::getById($id, true);
|
|
|
|
|
|