Browse Source

全部退款

shish 3 years ago
parent
commit
a33f32683d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app-hd/controllers/RefundController.php

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

@@ -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();