Commit 819acd0f by 胡懿

二维码findlist增加根据货品信息查询

parent 7a4da1e7
......@@ -58,7 +58,7 @@
<if test="goodsInfo != null and goodsInfo.name != null and goodsInfo.name != ''">
AND gi.name like concat('%',#{goodsInfo.name},'%')
</if>
<if test="goodsInfo != null and goodsInfo,type != null and goodsInfo.type.id != null and goodsInfo.type.id != ''">
<if test="goodsInfo != null and goodsInfo.type != null and goodsInfo.type.id != null and goodsInfo.type.id != ''">
AND gi.type_id = #{goodsInfo.type.id}
</if>
<if test="state != null and state != ''">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment