diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java index 55ae6ada6..e53a1e42e 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java @@ -1831,6 +1831,9 @@ public class WxRentContractServiceImpl implements WxRentContractService { @Override @Transactional(rollbackFor = {Exception.class}) public ResultData updateRentContractStatus(Long id,boolean buildProperyBill) { + logger.info(" updateRentContractStatus_:"+id); + + if (id == null) { return new ResultData(ErrorCode.SYS_PARAMETER_ERROR); }