|
@@ -1144,6 +1144,7 @@
|
|
|
AND tb.del_flag = '0'
|
|
|
AND tw.f_billtype = 'XS'
|
|
|
<if test="fBillstatus != null">and tw.f_billstatus = #{fBillstatus}</if>
|
|
|
+ <if test="fFeeid != null ">and tw.f_feeid = #{fFeeid}</if>
|
|
|
<if test="fGoodsid != null and fGoodsid != ''">and tb.f_goodsid = #{fGoodsid}</if>
|
|
|
<if test="fFeeTypeList != null and fFeeTypeList != '[]'">and tf.f_feetype in
|
|
|
<foreach item="fId" collection="fFeeTypeList" open="(" separator="," close=")">
|
|
@@ -1786,6 +1787,7 @@
|
|
|
AND tb.del_flag = '0'
|
|
|
AND tw.f_billtype = 'SQ'
|
|
|
<if test="fCorpid != null ">and tb.f_corpid = #{fCorpid}</if>
|
|
|
+ <if test="fFeeid != null ">and tw.f_feeid = #{fFeeid}</if>
|
|
|
<if test="fBillstatus != null">and tw.f_billstatus = #{fBillstatus}</if>
|
|
|
<if test="fGoodsid != null and fGoodsid != ''">and tb.f_goodsid = #{fGoodsid}</if>
|
|
|
<if test="fFeeTypeList != null and fFeeTypeList != '[]'">and tf.f_feetype in
|