|
@@ -102,6 +102,7 @@ class OrderController extends Controller
|
|
|
$connection = Yii::$app->db;//事务处理
|
|
$connection = Yii::$app->db;//事务处理
|
|
|
$transaction = $connection->beginTransaction();
|
|
$transaction = $connection->beginTransaction();
|
|
|
$id = $orderInfo['id'] ?? 0;
|
|
$id = $orderInfo['id'] ?? 0;
|
|
|
|
|
+ print_r($orderInfoList);die;
|
|
|
try {
|
|
try {
|
|
|
|
|
|
|
|
$order = OrderClass::getLockById($id);
|
|
$order = OrderClass::getLockById($id);
|