Quellcode durchsuchen

feature/NG-27: Qualified bonus regulations 奖金合格制度:活动期间购买指定商品,BV≥27即可维持活跃度.

kevin vor 1 Jahr
Ursprung
Commit
c856901ff1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      common/models/User.php

+ 1 - 1
common/models/User.php

@@ -475,7 +475,7 @@ class User extends \common\components\ActiveRecord
     /**
      * @throws Exception
      */
-    public function isPerfActive($userId, $periodNum, $calcYearMonth): bool
+    public static function isPerfActive($userId, $periodNum, $calcYearMonth): bool
     {
         $sysConfig = Cache::getSystemConfig();