Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
5ae79dbe44
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java Ver fichero

@@ -2411,6 +2411,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
WxRentContractFreePeriod fp = vo.getPeriods().get(j); WxRentContractFreePeriod fp = vo.getPeriods().get(j);
final IdWorker idWorker = IdWorker.get(); final IdWorker idWorker = IdWorker.get();
fp.setId(idWorker.nextId()); fp.setId(idWorker.nextId());
fp.updateTenantInfo(wxRentContract);
fp.setYearIndex(vo.getYearIndex()); fp.setYearIndex(vo.getYearIndex());
fp.setCreateTime(new Date()); fp.setCreateTime(new Date());
fp.setUpdateTime(new Date()); fp.setUpdateTime(new Date());


Cargando…
Cancelar
Guardar