Selaa lähdekoodia

2022年11月9日19:06:59

纪新园 2 vuotta sitten
vanhempi
commit
3473c64d30

+ 1 - 1
ruoyi-warehouse/src/main/java/com/ruoyi/warehouseBusiness/service/impl/TWarehousebillsfeesServiceImpl.java

@@ -245,7 +245,7 @@ public class TWarehousebillsfeesServiceImpl implements ITWarehousebillsfeesServi
         }
 
         List<String> fBsdateList = tWarehousebillsfees.getfBsdateList();
-        List<String> fReviewDateList = tWarehousebillsfees.getfBsdateList();
+        List<String> fReviewDateList = tWarehousebillsfees.getfReviewDateList();
 
         int index = 1;
         for (Map<String, Object> map : list) {

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

@@ -573,7 +573,7 @@
         where f_id = #{map.tFeeDo.fSrcid}
     </update>
     <update id="updateByPid">
-        update t_warehousebillsfees set f_chargedate = #{fChargedate} where f_pid = #{fId}
+        update t_warehousebillsfees set f_bsdate = #{fChargedate} where f_pid = #{fId}
     </update>
 
     <select id="selectFeesByPId" parameterType="Long" resultMap="TWarehousebillsfeesResult">

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

@@ -248,8 +248,6 @@
             item.f_cartype_id AS fCartypeId,
             item.f_dc AS fDc,
             item.create_time AS createTime,
-             null tf.f_invoicing_date  AS fAccbilldate,
-            '' AS invoiceNo,
             sum(tf.f_invamount) AS fApplyMoney
         FROM
             t_warehousebills w