Przeglądaj źródła

[账单][修改][手续费]

release_toaliyun_real
gongbiao 6 lat temu
rodzic
commit
b299e97bb3
3 zmienionych plików z 6 dodań i 6 usunięć
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxBillDailyServiceImpl.java
  2. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxBillOtherDepositServiceImpl.java
  3. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxBillOtherServiceImpl.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxBillDailyServiceImpl.java Wyświetl plik

@@ -131,8 +131,8 @@ public class WxBillDailyServiceImpl implements WxBillDailyService {
record.setId(id);
WxBillDaily wxBillDaily = wxBillDailyMapper.queryBillDailyList(record).get(0);
WxPayAccountBill wxPayAccountBill = wxPayAccountBillService.getByTenantId(wxBillDaily.getTenantId());
computeTotalMoney(wxPayAccountBill, record);
record.setOwe(record.getRealReceivePay() - record.getPay());
computeTotalMoney(wxPayAccountBill, wxBillDaily);
wxBillDaily.setOwe(wxBillDaily.getRealReceivePay() - wxBillDaily.getPay());
if (wxBillDaily.getShopId() != null) {
WxShop shop = new WxShop();
shop.setId(wxBillDaily.getShopId());


+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxBillOtherDepositServiceImpl.java Wyświetl plik

@@ -126,8 +126,8 @@ public class WxBillOtherDepositServiceImpl implements WxBillOtherDepositService
record.setId(id);
WxBillOtherDeposit wxBillOther = wxBillOtherDepositMapper.queryBillList(record).get(0);
WxPayAccountBill wxPayAccountBill = wxPayAccountBillService.getByTenantId(wxBillOther.getTenantId());
computeTotalMoney(wxPayAccountBill, record);
record.setOwe(record.getRealReceivePay() - record.getPay());
computeTotalMoney(wxPayAccountBill, wxBillOther);
wxBillOther.setOwe(wxBillOther.getRealReceivePay() - wxBillOther.getPay());
if (wxBillOther.getShopId() != null) {
WxShop shop = new WxShop();
shop.setId(wxBillOther.getShopId());


+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxBillOtherServiceImpl.java Wyświetl plik

@@ -126,8 +126,8 @@ public class WxBillOtherServiceImpl implements WxBillOtherService {
record.setId(id);
WxBillOther wxBillOther = wxBillOtherMapper.queryBillList(record).get(0);
WxPayAccountBill wxPayAccountBill = wxPayAccountBillService.getByTenantId(wxBillOther.getTenantId());
computeTotalMoney(wxPayAccountBill, record);
record.setOwe(record.getRealReceivePay() - record.getPay());
computeTotalMoney(wxPayAccountBill, wxBillOther);
wxBillOther.setOwe(wxBillOther.getRealReceivePay() - wxBillOther.getPay());
if (wxBillOther.getShopId() != null) {
WxShop shop = new WxShop();
shop.setId(wxBillOther.getShopId());


Ładowanie…
Anuluj
Zapisz