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>