洪城义警-正式版后台
zengh
2022-05-25 55c342f5b539b44305242b7945933b17654d137f
src/main/java/org/springblade/modules/chatrecords/mapper/ChatRecordsMapper.xml
@@ -12,7 +12,7 @@
    <!--聊天列表-->
    <select id="getChatListPage" resultType="org.springblade.modules.chatrecords.vo.ChatRecordsVo">
        select scrss.*,name recipientNickName,real_name recipientName,avatar from jfpthpublicsecurity.blade_user bu
        select scrss.*,name recipientNickName,real_name recipientName,avatar from blade_user bu
        right join
        (
            select scr.id,scrs.uid recipientId,post_time postTime,post_message postMessage from sys_chat_records  scr