puhanshu
2022-05-07 962154895ed25f8cd977d4826eb150e8fc552f88
花城优化
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDynTypeDOMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDynTypeDOMapper.xml
@@ -38,7 +38,7 @@
            LEFT JOIN sys_user AS su1 ON su1.user_id = cadt.update_by
            where cadt.community_id = 0 and cadt.is_del = 2
            <if test="comActDynTypeDTO.category != null">
                <if test="comActDynTypeDTO.category == 3">
                <if test="comActDynTypeDTO.category == 3 or comActDynTypeDTO.category == 2">
                    AND 1=2
                </if>
                AND cadt.category = #{comActDynTypeDTO.category}
@@ -93,7 +93,7 @@
        LEFT JOIN sys_user AS su1 ON su1.user_id = cadt.update_by
        where cadt.community_id = 0 and cadt.is_del = 2
        <if test="comActDynTypeDTO.category != null">
            <if test="comActDynTypeDTO.category == 3">
            <if test="comActDynTypeDTO.category == 3 or comActDynTypeDTO.category == 2">
                AND 1=2
            </if>
            AND cadt.category = #{comActDynTypeDTO.category}