shish 3 anos atrás
pai
commit
6cb63ef9be
1 arquivos alterados com 2 adições e 0 exclusões
  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);
             ShopExtClass::orderCancelRemind($shopExt, $order);
 
+            util::complete();
+
         } catch (\Exception $exception) {
             $transaction->rollBack();
             Yii::info("出错了:" . $exception->getMessage());