|
|
@@ -118,6 +118,8 @@ class RefundController extends BaseController
|
|
|
$shopExt = ShopExtClass::getByCondition(['shopId' => $shopId], true);
|
|
|
ShopExtClass::orderCancelRemind($shopExt, $order);
|
|
|
|
|
|
+ util::complete();
|
|
|
+
|
|
|
} catch (\Exception $exception) {
|
|
|
$transaction->rollBack();
|
|
|
Yii::info("出错了:" . $exception->getMessage());
|