提交 e338f331 authored 作者: 吴德鹏's avatar 吴德鹏

优化商品管理【供应商搜索】

上级 3a216db4
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
AND item_descrition_id=#{typeThree} AND item_descrition_id=#{typeThree}
</if> </if>
<if test="supplier != null and supplier.trim() != ''"> <if test="supplier != null and supplier.trim() != ''">
AND supplier=#{supplier} AND supplier LIKE concat('%',#{supplier},'%')
</if> </if>
<if test="creator != null and creator.trim() != ''"> <if test="creator != null and creator.trim() != ''">
AND creator=#{creator} AND creator=#{creator}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论