列表展示项
This commit is contained in:
parent
a9bf6204f1
commit
68f95bd6ac
@ -72,7 +72,7 @@
|
|||||||
LEFT JOIN cue_brand AS cb ON cp.brand_id = cb.brand_id
|
LEFT JOIN cue_brand AS cb ON cp.brand_id = cb.brand_id
|
||||||
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
|
||||||
<where>
|
<where>
|
||||||
deleted = 0
|
co.deleted = 0
|
||||||
<if test="dto.userName != null and dto.userName != ''">
|
<if test="dto.userName != null and dto.userName != ''">
|
||||||
AND co.user_name LIKE CONCAT('%', #{dto.userName}, '%')
|
AND co.user_name LIKE CONCAT('%', #{dto.userName}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user