Merge branch 'cc_20251029_smz' into 'master'

所属大区新增品牌筛选

See merge request hangzhou/java/custom_zxjp!190
This commit is contained in:
苏竹红
2025-11-14 10:53:01 +00:00
8 changed files with 21 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>