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>