fix:所属大区新增品牌筛选

This commit is contained in:
wangff
2025-11-13 11:19:12 +08:00
parent 2e719bd15e
commit 7267868f16
8 changed files with 24 additions and 9 deletions

View File

@@ -38,6 +38,9 @@
<if test="keyword!=null and keyword !=''">
and region_name like CONCAT('%',#{keyword},'%')
</if>
<if test="joinBrand != null">
and join_brand = #{joinBrand}
</if>
</where>
</select>