From 4c25fa8ed2bb8679f33dfadaf49e2724ef182bd1 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 05 Jul 2022 12:02:11 +0800 Subject: [PATCH] 20220606 --- src/main/resources/mapper/ArticleMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/ArticleMapper.xml b/src/main/resources/mapper/ArticleMapper.xml index f69fcc6..43ec8e5 100644 --- a/src/main/resources/mapper/ArticleMapper.xml +++ b/src/main/resources/mapper/ArticleMapper.xml @@ -22,6 +22,7 @@ and a.title like concat ('%',#{record.title},'%') </if> <if test="record.columnIds != null"> + and a.column_id = <foreach collection="record.columnIds" separator="," close=")" open="(" item="item"> #{item} </foreach> -- Gitblit v1.9.1