列表展示项

This commit is contained in:
杨旭 2025-04-20 21:50:49 +08:00
parent a9bf6204f1
commit 68f95bd6ac

View File

@ -72,7 +72,7 @@
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
<where>
deleted = 0
co.deleted = 0
<if test="dto.userName != null and dto.userName != ''">
AND co.user_name LIKE CONCAT('%', #{dto.userName}, '%')
</if>