## Opt - 分享商品列表 增加查询条件(商品名/商品类别)
This commit is contained in:
parent
265445daea
commit
d50e54abc6
|
@ -527,7 +527,7 @@
|
||||||
and bw.pk_country = #{param.pkCountry}
|
and bw.pk_country = #{param.pkCountry}
|
||||||
</if>
|
</if>
|
||||||
<if test="param.waresName != null and param.waresName != ''">
|
<if test="param.waresName != null and param.waresName != ''">
|
||||||
and bw.WARES_NAME = '%' || #{param.waresName} || '%'
|
and bw.WARES_NAME like '%' || #{param.waresName} || '%'
|
||||||
</if>
|
</if>
|
||||||
order by bw.SORT_STATUS desc , bw.sort desc, bw.WARES_PRICE ,bw.CREATION_TIME desc
|
order by bw.SORT_STATUS desc , bw.sort desc, bw.WARES_PRICE ,bw.CREATION_TIME desc
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue