|
@@ -479,6 +479,7 @@
|
|
<if test="warehouse.fGoodsid != null">and item.f_goodsid = #{warehouse.fGoodsid}</if>
|
|
<if test="warehouse.fGoodsid != null">and item.f_goodsid = #{warehouse.fGoodsid}</if>
|
|
<if test="warehouse.fMblno != null">and ware.f_mblno = #{warehouse.fMblno}</if>
|
|
<if test="warehouse.fMblno != null">and ware.f_mblno = #{warehouse.fMblno}</if>
|
|
<!-- <if test="warehouse.fId != null">and item.f_id = #{warehouse.fId}</if> -->
|
|
<!-- <if test="warehouse.fId != null">and item.f_id = #{warehouse.fId}</if> -->
|
|
|
|
+ <if test="warehouse.fWarehouseid != null">and ware.f_warehouseid = #{warehouse.fWarehouseid}</if>
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
<select id="warehousebillsitemsWarehouselocidSize" resultType="java.lang.Integer">
|
|
<select id="warehousebillsitemsWarehouselocidSize" resultType="java.lang.Integer">
|