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}, '%')