Procházet zdrojové kódy

[押金账单][修改][调整金额同时调整欠缴]

release_toaliyun_real
gongbiao před 7 roky
rodič
revize
f9a2cb60f5
3 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxBillDepositServiceImpl.java
  2. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxBillOtherDepositServiceImpl.java
  3. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxBillPropertyDepositServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxBillDepositServiceImpl.java Zobrazit soubor

@@ -189,6 +189,7 @@ public class WxBillDepositServiceImpl implements WxBillDepositService {
return new ResultData(ErrorCode.BILL_RENT_DEPOSIT_IS_NOT_FOUND); return new ResultData(ErrorCode.BILL_RENT_DEPOSIT_IS_NOT_FOUND);
} }
wxBillDeposit.setReceivePay(record.getReceivePay()); wxBillDeposit.setReceivePay(record.getReceivePay());
wxBillDeposit.setOwe(record.getReceivePay() - record.getPay());
wxBillDeposit.setUpdatetime(new Date()); wxBillDeposit.setUpdatetime(new Date());
try { try {
wxBillDepositMapper.updateByPrimaryKeySelective(wxBillDeposit); wxBillDepositMapper.updateByPrimaryKeySelective(wxBillDeposit);


+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxBillOtherDepositServiceImpl.java Zobrazit soubor

@@ -207,6 +207,7 @@ public class WxBillOtherDepositServiceImpl implements WxBillOtherDepositService
return new ResultData(ErrorCode.BILL_OTHER_DEPOSIT_IS_NOT_FOUND); return new ResultData(ErrorCode.BILL_OTHER_DEPOSIT_IS_NOT_FOUND);
} }
wxBillDeposit.setReceivePay(record.getReceivePay()); wxBillDeposit.setReceivePay(record.getReceivePay());
wxBillDeposit.setOwe(record.getReceivePay() - record.getPay());
wxBillDeposit.setUpdatetime(new Date()); wxBillDeposit.setUpdatetime(new Date());
try { try {
wxBillOtherDepositMapper.updateByPrimaryKeySelective(wxBillDeposit); wxBillOtherDepositMapper.updateByPrimaryKeySelective(wxBillDeposit);


+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxBillPropertyDepositServiceImpl.java Zobrazit soubor

@@ -190,6 +190,7 @@ public class WxBillPropertyDepositServiceImpl implements WxBillPropertyDepositSe
return new ResultData(ErrorCode.BILL_OTHER_DEPOSIT_IS_NOT_FOUND); return new ResultData(ErrorCode.BILL_OTHER_DEPOSIT_IS_NOT_FOUND);
} }
wxBillDeposit.setReceivePay(record.getReceivePay()); wxBillDeposit.setReceivePay(record.getReceivePay());
wxBillDeposit.setOwe(record.getReceivePay() - record.getPay());
wxBillDeposit.setUpdatetime(new Date()); wxBillDeposit.setUpdatetime(new Date());
try { try {
wxBillPropertyDepositMapper.updateByPrimaryKeySelective(wxBillDeposit); wxBillPropertyDepositMapper.updateByPrimaryKeySelective(wxBillDeposit);


Načítá se…
Zrušit
Uložit