球杆商品关联项名称
This commit is contained in:
parent
ab23712adc
commit
6923032b67
@ -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
|
||||
<where>
|
||||
deleted = 0
|
||||
cp.deleted = 0
|
||||
<if test="dto.productName != null and dto.productName != ''">
|
||||
AND cp.product_name LIKE CONCAT('%', #{dto.productName}, '%')
|
||||
</if>
|
||||
|
Loading…
x
Reference in New Issue
Block a user