lidongdong
2024-09-27 afda53f0e27f08af151a3aa0cd2fd1845466ea9b
花城 处理基务公开查询时间筛选报错
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDynDOMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDynDOMapper.xml
@@ -308,7 +308,7 @@
            )
        </if>
        <if test="comActDynVO.publishAtBegin != null and comActDynVO.publishAtBegin != '' ">
        <if test="comActDynVO.publishAtBegin != null ">
            AND (d.publish_at BETWEEN #{comActDynVO.publishAtBegin} AND #{comActDynVO.publishAtEnd})
        </if>
        order by d.is_topping desc, d.create_at desc