shish 3 سال پیش
والد
کامیت
6cb63ef9be
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      app-hd/controllers/RefundController.php

+ 2 - 0
app-hd/controllers/RefundController.php

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