|
|
@@ -175,6 +175,8 @@ class RefundController extends BaseController
|
|
|
$shopExt = ShopExtClass::getByCondition(['shopId' => $shopId], true);
|
|
|
ShopExtClass::orderCancelRemind($shopExt, $order);
|
|
|
|
|
|
+ util::complete();
|
|
|
+
|
|
|
} catch (\Exception $e) {
|
|
|
$transaction->rollBack();
|
|
|
$msg = $e->getMessage();
|