xiaoyong931011
2023-10-23 df998a061e22b13297e02eee97e2418e4bbeaa1a
src/main/resources/mapper/modules/ChatUserMapper.xml
@@ -203,6 +203,12 @@
        order by a.create_time desc
    </select>
    <select id="selectVersionListInPage" resultType="cc.mrbird.febs.mall.vo.AdminVersionVo">
        select
        a.*
        from chat_version a
    </select>
    <update id="updateIsRobotByGroupId">
        update chat_group
        set
@@ -226,6 +232,13 @@
        where id = #{id}
    </select>
    <select id="getVersionInfoById" resultType="cc.mrbird.febs.mall.vo.AdminVersionVo">
        select
            a.*
        from chat_version a
        where id = #{id}
    </select>
    <update id="updateAutoSendByGroupId">
        update chat_group
        set