Browse Source

安品销售出库 采购申请添加物资名称查询

lazhaoqian 3 năm trước cách đây
mục cha
commit
6c5393f767

+ 2 - 0
ruoyi-warehouse/src/main/resources/mapper/warehouseBusiness/TWarehousebillsfeesMapper.xml

@@ -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