From 6923032b67991c4fe077855957b4bfac96a668a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=97=AD?= <2795210596@qq.com> Date: Mon, 14 Apr 2025 22:55:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=90=83=E6=9D=86=E5=95=86=E5=93=81=E5=85=B3?= =?UTF-8?q?=E8=81=94=E9=A1=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmerclub-local/src/main/resources/mapper/CueProductMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmerclub-local/src/main/resources/mapper/CueProductMapper.xml b/tmerclub-local/src/main/resources/mapper/CueProductMapper.xml index fe30734..3b83551 100644 --- a/tmerclub-local/src/main/resources/mapper/CueProductMapper.xml +++ b/tmerclub-local/src/main/resources/mapper/CueProductMapper.xml @@ -46,7 +46,7 @@ LEFT JOIN cue_series AS cs ON cp.series_id = cs.series_id LEFT JOIN cue_type AS ct ON cp.type_id = ct.type_id - deleted = 0 + cp.deleted = 0 AND cp.product_name LIKE CONCAT('%', #{dto.productName}, '%')