heheng
3 天以前 f33cfe86447c16df8ca665e2e1a5f3333ff57792
expert-system/src/main/resources/mapper/system/SysExpertInfoMapper.xml
@@ -148,7 +148,7 @@
    <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>
@@ -164,6 +164,10 @@
            #{item}
        </foreach>
        </if>
        <!--去除掉组长-->
        <if test="selectedUserId != null">
            and id != #{selectedUserId}
        </if>
        ORDER BY RAND()
            LIMIT #{num}
    </select>