Example #1
0
 /**
  * 查询当前此经纪人被关禁闭的相关信息
  * @param $userId
  * @param $date
  * @return array|mixed|null
  */
 public function getPunishIfoByUserIdAndDate($userId, $date)
 {
     return Model_Fyk_UserPunish::getPunishIfoByUserIdAndDate(intval($userId), intval($date));
 }