Quellcode durchsuchen

fix

release_toaliyun_real
winter vor 1 Jahr
Ursprung
Commit
3d5b0bf3e7
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. +2
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxAgileContractServiceImpl.java

+ 2
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxAgileContractServiceImpl.java Datei anzeigen

@@ -477,6 +477,8 @@ public class WxAgileContractServiceImpl implements WxAgileContractService {
wxBillRent.setIsPreview(EnumYesOrNo.YES.getCode()); wxBillRent.setIsPreview(EnumYesOrNo.YES.getCode());
wxBillRent.setId(idWorker.nextId()); wxBillRent.setId(idWorker.nextId());
wxBillRent.setRentContractId(unDeposit.getRentContractId()); wxBillRent.setRentContractId(unDeposit.getRentContractId());
wxBillRent.setRentContractAgileFeesType(EnumRentContractAgileFeesType.UN_DEPOSIT.getCode());
wxBillRent.setEnergyFeesId(fees.getId());
wxBillRent.setBillType(fees.getBillType()); wxBillRent.setBillType(fees.getBillType());
wxBillRent.setPay("0"); wxBillRent.setPay("0");
wxBillRent.setStarttime(timeVo.getStartDate()); wxBillRent.setStarttime(timeVo.getStartDate());
@@ -499,7 +501,6 @@ public class WxAgileContractServiceImpl implements WxAgileContractService {
wxBillRent.setUpdatetime(date); wxBillRent.setUpdatetime(date);
wxBillRent.setUpdateBy(user.getId()); wxBillRent.setUpdateBy(user.getId());
wxBillRent.setUpdateByName(user.getName());; wxBillRent.setUpdateByName(user.getName());;
wxBillRent.setEnergyFeesId(fees.getId());
insertList.add(wxBillRent); insertList.add(wxBillRent);
} }
} }


Laden…
Abbrechen
Speichern