xxxrrrdddd 2 năm trước cách đây
mục cha
commit
de3a8375da
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      application/common/model/UserOrder.php

+ 1 - 0
application/common/model/UserOrder.php

@@ -477,6 +477,7 @@ class UserOrder extends Model
             $this['get_at']=time();
         }
         $this->save();
+        $this->notifySender();
     }
     /** 更新状态 */
     public function updateStatus($status,User $user){