|
|
@@ -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();
|
|
|
|