|
|
|
@@ -126,7 +126,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
} |
|
|
|
wxRentContract.setPrice(wxRentContract.getPrice() != null ? wxRentContract.getPrice() : 0); |
|
|
|
wxRentContract.setDeposit(wxRentContract.getDeposit() != null ? wxRentContract.getDeposit() : 0); |
|
|
|
//handle |
|
|
|
//handle adjustPeriod 1日 2月 monthHandleType 2按账单周期 3按自然月 |
|
|
|
if(wxRentContract.getAdjustPeriod().intValue() == 1){ |
|
|
|
wxRentContract.setAdjustPeriod(1); |
|
|
|
wxRentContract.setMonthHandleType(null); |
|
|
|
|