示例#1
0
 public static function get_score($job_id)
 {
     return CommentModel::get_score(CommentModel::TARGET_COMPANY, $job_id);
 }
示例#2
0
 public static function get_score($uid)
 {
     return CommentModel::get_score(CommentModel::TARGET_STUDENT, $uid);
 }