赞
踩
WHERE 1=1
<if test="lotNo != null and lotNo != '' ">
and l.lot_no LIKE concat('%',#{lotNo},'%')
</if>
<if test="itemId != null and itemId!='' ">
and c.item_id = #{itemId}
</if>
这样就不用担心单lotNo存在的时候where后面有and的问题了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。