## Opt - 分享商品列表 增加查询条件(商品名/商品类别)

This commit is contained in:
sangelxiu1 2025-10-15 15:36:55 +08:00 committed by cabbage
parent d41a53ff57
commit 65b39452fb
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@
and bw.pk_country = #{param.pkCountry}
</if>
<if test="param.pkAreaClassify != null">
and bw.PK_AREA_CLASSIFY = #{param.pkAreaClassify} or bac.pk_parent =
and bw.PK_AREA_CLASSIFY = #{param.pkAreaClassify} or bac.pk_parent = #{param.pkAreaClassify}
</if>
<if test="param.waresName != null and param.waresName != ''">
and bw.WARES_NAME = '%' || #{param.waresName} || '%'