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

This commit is contained in:
sangelxiu1 2025-10-16 14:22:31 +08:00 committed by cabbage
parent 411c443a74
commit 92f1d3c44b
1 changed files with 1 additions and 1 deletions

View File

@ -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>