Przeglądaj źródła

[账单导入][修改][日常、其他及其他押金账单导入逻辑]

release_toaliyun_real
gongbiao 6 lat temu
rodzic
commit
9f4e4f4096
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java Wyświetl plik

@@ -1048,6 +1048,7 @@ public class WxBillAllServiceImpl implements WxBillAllService {
daily.setExpiredDay((long) expiredDay); daily.setExpiredDay((long) expiredDay);
} }
} }
daily.setReceivePay(receivePay);
daily.setPay(daily.getPay() + pay); daily.setPay(daily.getPay() + pay);
daily.setOwe(daily.getOwe() - pay); daily.setOwe(daily.getOwe() - pay);
daily.setPayDate(bill.getPayDate()); daily.setPayDate(bill.getPayDate());
@@ -1120,6 +1121,7 @@ public class WxBillAllServiceImpl implements WxBillAllService {
other.setExpiredDay((long) expiredDay); other.setExpiredDay((long) expiredDay);
} }
} }
other.setReceivePay(receivePay);
other.setName(bill.getBillAttr()); other.setName(bill.getBillAttr());
other.setComments(bill.getBillAttr()); other.setComments(bill.getBillAttr());
other.setPay(other.getPay() + pay); other.setPay(other.getPay() + pay);
@@ -1195,6 +1197,7 @@ public class WxBillAllServiceImpl implements WxBillAllService {
otherDeposit.setExpiredDay((long) expiredDay); otherDeposit.setExpiredDay((long) expiredDay);
} }
} }
otherDeposit.setReceivePay(receivePay);
otherDeposit.setPay(otherDeposit.getPay() + pay); otherDeposit.setPay(otherDeposit.getPay() + pay);
otherDeposit.setOwe(otherDeposit.getOwe() - pay); otherDeposit.setOwe(otherDeposit.getOwe() - pay);
otherDeposit.setPayDate(bill.getPayDate()); otherDeposit.setPayDate(bill.getPayDate());


Ładowanie…
Anuluj
Zapisz