From 95f384528f1ee08baa129cc33c2a8cfe1f7c5f95 Mon Sep 17 00:00:00 2001 From: hansha Date: Mon, 2 Dec 2024 16:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/dangan/DaCzrkdjMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dangan-dangan/src/main/resources/mapper/dangan/DaCzrkdjMapper.xml b/dangan-dangan/src/main/resources/mapper/dangan/DaCzrkdjMapper.xml index f4e2426..572a114 100644 --- a/dangan-dangan/src/main/resources/mapper/dangan/DaCzrkdjMapper.xml +++ b/dangan-dangan/src/main/resources/mapper/dangan/DaCzrkdjMapper.xml @@ -141,9 +141,9 @@ and sljmsfzqm = #{sljmsfzqm} and qfyj = #{qfyj} and yxrq = #{yxrq} - and pic_ids = #{picIds} + and pic_ids like concat('%', #{picIds}, '%') and pictures = #{pictures} - and all_pic_ids = #{allPicIds} + and all_pic_ids like concat('%', #{allPicIds}, '%') and all_pics = #{allPics} and error_correct = #{errorCorrect} and audit_status = #{auditStatus}