heheng
2025-05-06 03dc0bda693feaeb2fa684b70db52feea8ea65a7
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>