|
|
|
@@ -129,7 +129,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
|
|
|
|
//目前只有多经点位租赁合同 |
|
|
|
WxShop wxShop = wxShopService.getById(wxRentContract.getShopId()); |
|
|
|
if(EnumRentShopType.POINT.getCode().equals(wxShop.getType())){ |
|
|
|
if(wxShop !=null && EnumRentShopType.POINT.getCode().equals(wxShop.getType())){ |
|
|
|
//handle adjustPeriod 1日 2月 monthHandleType 2按账单周期 3按自然月 |
|
|
|
if(wxRentContract.getAdjustPeriod().intValue() == 1){ |
|
|
|
wxRentContract.setAdjustPeriod(1); |
|
|
|
|