expert-system/src/main/resources/mapper/system/SysExpertInfoMapper.xml
@@ -164,6 +164,10 @@ #{item} </foreach> </if> <!--去除掉组长--> <if test="selectedUserId != null"> and id != #{selectedUserId} </if> ORDER BY RAND() LIMIT #{num} </select>