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