球杆商品关联项名称

This commit is contained in:
杨旭 2025-04-14 22:55:56 +08:00
parent ab23712adc
commit 6923032b67

View File

@ -46,7 +46,7 @@
LEFT JOIN cue_series AS cs ON cp.series_id = cs.series_id 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 LEFT JOIN cue_type AS ct ON cp.type_id = ct.type_id
<where> <where>
deleted = 0 cp.deleted = 0
<if test="dto.productName != null and dto.productName != ''"> <if test="dto.productName != null and dto.productName != ''">
AND cp.product_name LIKE CONCAT('%', #{dto.productName}, '%') AND cp.product_name LIKE CONCAT('%', #{dto.productName}, '%')
</if> </if>