lidongdong
2023-10-17 2c606c230f51f71dcf0bda186b789941a47d2060
金汇社区办事指南在线办理处理
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiComActWorkGuideMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiComActWorkGuideMapper.xml
@@ -57,7 +57,7 @@
                and title like concat('%',#{pageActWorkGuideDTO.title},'%')
            </if>
            <if test='pageActWorkGuideDTO.isOnLine != null and pageActWorkGuideDTO.isOnLine != &quot;&quot;'>
                and is_on_line=#{isOnLine}
                and is_on_line=#{pageActWorkGuideDTO.isOnLine}
            </if>
        </where>
        order by update_at desc