Example #1
0
 /**
  * 获取该用户的第一条违规记录
  * @param $userId
  * @return array|mixed|null
  */
 public function getFirstPunishInfoUserId($userId)
 {
     return Model_Fyk_UserPunish::getFirstPunishInfoUserId($userId);
 }