huanghongfa
2021-06-10 ded063d689e3cd9b27ead119c0dd3d3646b301bb
修改bug
1个文件已修改
3 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEldersAuthUserMapper.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEldersAuthUserMapper.xml
@@ -33,9 +33,10 @@
        FROM
            com_elders_auth_user AS ceau
            LEFT JOIN com_act AS ca ON ca.community_id = ceau.community_id
        where ceau.user_id = #{userId}
            order by ceau.create_at desc
        where ceau.user_id = #{userId}
    </select>