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

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

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