|
@@ -121,7 +121,9 @@
|
|
|
<if test="fPrenetweight != null ">and leg.f_prenetweight = #{fPrenetweight}</if>
|
|
|
<if test="fQtyd != null ">and leg.f_qtyD = #{fQtyd}</if>
|
|
|
<if test="fTrademodeid != null ">and leg.f_trademodeid = #{fTrademodeid}</if>
|
|
|
+ <if test="fGoodsid != null ">and leg.f_goodsid = #{fGoodsid}</if>
|
|
|
<if test="fWarehouseid != null ">and leg.f_warehouseid = #{fWarehouseid}</if>
|
|
|
+ <if test="fWarehouseLocationid != null ">and leg.f_warehouse_locationid = #{fWarehouseLocationid}</if>
|
|
|
<if test="fVolumnd != null ">and leg.f_volumnD = #{fVolumnd}</if>
|
|
|
<if test="fGrossweightd != null ">and leg.f_grossweightD = #{fGrossweightd}</if>
|
|
|
<if test="fNetweightd != null ">and leg.f_netweightD = #{fNetweightd}</if>
|