|
|
|
@@ -478,7 +478,7 @@ public class WxRentContractHelper { |
|
|
|
vo.setReceiveDate(DateUtils.getDaySet(billStartDate,Calendar.DATE,-1)); |
|
|
|
vo.setFeeStandards(fees); |
|
|
|
|
|
|
|
if(fees.getIsDespoit().intValue() == EnumYesOrNo.YES.getCode().intValue()) { |
|
|
|
if(null != fees.getIsDespoit() && fees.getIsDespoit().intValue() == EnumYesOrNo.YES.getCode().intValue()) { |
|
|
|
vo.setDeposit(true); |
|
|
|
}else { |
|
|
|
vo.setDeposit(false); |
|
|
|
|