|
@@ -56,6 +56,7 @@
|
|
<select id="selectWarehouseBillItemsList" parameterType="TWarehousebillsitemsNew" resultMap="TWarehousebillsitemsNewResult">
|
|
<select id="selectWarehouseBillItemsList" parameterType="TWarehousebillsitemsNew" resultMap="TWarehousebillsitemsNewResult">
|
|
<include refid="selectTWarehousebillsitemsNewVo"/>
|
|
<include refid="selectTWarehousebillsitemsNewVo"/>
|
|
<where>
|
|
<where>
|
|
|
|
+ b.f_netweight != 0
|
|
<if test="fBilltype != null ">and a.f_billtype = #{fBilltype}</if>
|
|
<if test="fBilltype != null ">and a.f_billtype = #{fBilltype}</if>
|
|
<if test="isCalculateStorageFees != null ">and a.is_calculate_storage_fees = #{isCalculateStorageFees}</if>
|
|
<if test="isCalculateStorageFees != null ">and a.is_calculate_storage_fees = #{isCalculateStorageFees}</if>
|
|
<if test="fCorpid != null">and b.f_corpid = #{fCorpid}</if>
|
|
<if test="fCorpid != null">and b.f_corpid = #{fCorpid}</if>
|