springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAnnouncementMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActAnnouncementMapper.xml
@@ -21,8 +21,8 @@ <if test="commonPage.paramId!=null"> and t.column_id =#{commonPage.paramId} </if> <if test="commonPage.keyword!=null"> and t.content =#{commonPage.keyword} <if test="commonPage.keyword!=null and commonPage.keyword !=''"> and t.content like concat('%',#{commonPage.keyword},'%') </if> </where> order by t.create_time desc