| | |
| | | |
| | | <select id="getExpertRound" parameterType="com.gkhy.system.domain.vo.request.SysExpertInfoRoundReq" |
| | | resultType="com.gkhy.system.domain.vo.response.ProjectExpertSectionResp"> |
| | | select id,name,sex,id_card idCard, |
| | | select id ,name,sex,id_card idCard, |
| | | domain,rating_level ratingLevel from sys_expert_info |
| | | where del_flag = 0 |
| | | <if test="deptId != null "> and dept_id = #{deptId}</if> |
| | |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | <!--去除掉组长--> |
| | | <if test="selectedUserId != null"> |
| | | and id != #{selectedUserId} |
| | | </if> |
| | | ORDER BY RAND() |
| | | LIMIT #{num} |
| | | </select> |