diff --git a/app/data/controller/User.php b/app/data/controller/User.php
index 69754c6e2..c44c2c3bc 100644
--- a/app/data/controller/User.php
+++ b/app/data/controller/User.php
@@ -101,7 +101,7 @@ class User extends Controller
     }
 
     /**
-     * 重新计算用户余额返利
+     * 重算用户余额返利
      * @auth true
      */
     public function sync()
diff --git a/app/data/controller/UserNotify.php b/app/data/controller/UserNotify.php
index 9c65656d8..13d9313fc 100644
--- a/app/data/controller/UserNotify.php
+++ b/app/data/controller/UserNotify.php
@@ -69,7 +69,7 @@ class UserNotify extends Controller
     }
 
     /**
-     * 修改系统通知状态
+     * 修改通知状态
      * @auth true
      * @throws \think\db\exception\DbException
      */
diff --git a/app/data/controller/UserUpgrade.php b/app/data/controller/UserUpgrade.php
index be3d82e41..319e9f39b 100644
--- a/app/data/controller/UserUpgrade.php
+++ b/app/data/controller/UserUpgrade.php
@@ -119,12 +119,12 @@ class UserUpgrade extends Controller
     }
 
     /**
-     * 重新计算会员级别
+     * 重算用户等级
      * @auth true
      */
     public function sync()
     {
-        $this->_queue('重新计算所有会员等级', 'xdata:UserUpgrade');
+        $this->_queue('重新计算所有用户等级', 'xdata:UserUpgrade');
     }
 
     /**