|
@@ -57,6 +57,7 @@ class OrderController extends BaseController
|
|
|
$transaction = $connection->beginTransaction();
|
|
$transaction = $connection->beginTransaction();
|
|
|
try {
|
|
try {
|
|
|
$order->clearSign = 1;
|
|
$order->clearSign = 1;
|
|
|
|
|
+ $order->save();
|
|
|
$cgId = $order->purchaseId;
|
|
$cgId = $order->purchaseId;
|
|
|
$cg = PurchaseClass::getById($cgId, true);
|
|
$cg = PurchaseClass::getById($cgId, true);
|
|
|
if (empty($cg)) {
|
|
if (empty($cg)) {
|