xxxrrrdddd 2 роки тому
батько
коміт
de3a8375da
1 змінених файлів з 1 додано та 0 видалено
  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){