shish 3 years ago
parent
commit
5e4e406c71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-ghs/notify/classes/NotifyClass.php

+ 1 - 1
biz-ghs/notify/classes/NotifyClass.php

@@ -42,7 +42,7 @@ class NotifyClass extends BaseClass
                     'type' => 0,
                     'read' => 0,
                     'content' => $customName . '申请退款' . $refundPrice . '元',
-                    'page' => '/pagesOrder/refundDetail?id=' . $id,
+                    'page' => '/pagesOrder/refundDetail?from=1&id=' . $id,
                 ];
                 self::add($data);
                 $notifyNum = bcadd($staff->notifyNum, 1);