## Opt - 分享商品列表 增加查询条件(商品名/商品类别)
This commit is contained in:
parent
d41a53ff57
commit
65b39452fb
|
@ -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} || '%'
|
||||
|
|
Loading…
Reference in New Issue