给商品查询接口增加仓位货架的参数
This commit is contained in:
@@ -70,6 +70,10 @@
|
||||
<if test="enableBatchNumber != null and enableBatchNumber !=''">
|
||||
and m.enable_batch_number = #{enableBatchNumber}
|
||||
</if>
|
||||
<if test="position != null and position !=''">
|
||||
<bind name="bindPosition" value="'%'+position+'%'"/>
|
||||
and m.position like #{bindPosition}
|
||||
</if>
|
||||
<if test="enabled != null and enabled !=''">
|
||||
and m.enabled = #{enabled}
|
||||
</if>
|
||||
@@ -125,6 +129,10 @@
|
||||
<if test="enableBatchNumber != null and enableBatchNumber !=''">
|
||||
and m.enable_batch_number = #{enableBatchNumber}
|
||||
</if>
|
||||
<if test="position != null and position !=''">
|
||||
<bind name="bindPosition" value="'%'+position+'%'"/>
|
||||
and m.position like #{bindPosition}
|
||||
</if>
|
||||
<if test="enabled != null and enabled !=''">
|
||||
and m.enabled = #{enabled}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user