KKSU
2023-11-07 10ad2e710d2bd52aac31d5d63a7bb6beae76b6a8
src/main/resources/mapper/modules/ChatUserMapper.xml
@@ -32,6 +32,9 @@
                <if test="record.status != null and record.status != ''">
                    and a.status = #{record.status}
                </if>
                <if test="record.isRobot != null">
                    and a.is_robot = #{record.isRobot}
                </if>
            </if>
        </where>
        group by a.user_id