|
|
|
@@ -637,7 +637,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
instance.add(Calendar.DAY_OF_MONTH, -1); |
|
|
|
|
|
|
|
if(!EnumFromType.SWITCH.getCode().equals(from)){ |
|
|
|
if (record.getType().equals(EnumRentContractType.RENT_BY_JOINT.getCode())) { |
|
|
|
if (record.getType() != null && record.getType().equals(EnumRentContractType.RENT_BY_JOINT.getCode())) { |
|
|
|
if(record.getPayRatio()!=null && record.getPayRatio().intValue() > 0){ |
|
|
|
record.setPrice(countPrice(record.getPayRatio(),record.getRevenue(),EnumMissTimeType.OTHER.getCode(),record.getAdjustPeriod(),from)); |
|
|
|
}else{ |
|
|
|
|