提交 54027a52 authored 作者: zgy's avatar zgy

修改商品管理供应商搜索

上级 f8f954fa
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论