Ver código fonte

Merge commit '47c0aab0cdb0aa690e131537937a53cb47052045' into release

release_toaliyun_real
luozukai 7 anos atrás
pai
commit
918c4f87b2
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java Ver arquivo

@@ -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);


Carregando…
Cancelar
Salvar