xiaoyong931011
2023-10-24 bae42356684138720f1613b8d887034bf4d62cc0
src/main/resources/mapper/modules/ChatUserMapper.xml
@@ -279,5 +279,12 @@
        where user_id = #{userId}
    </update>
    <select id="selectListByIsRobot" resultType="cc.mrbird.febs.mall.entity.ChatUser">
        select
            a.*
        from chat_user a
        where is_robot = #{isRobot}
    </select>
</mapper>