Przeglądaj źródła

[审批流][修改][修改预览账单生成逻辑]

release_toaliyun_real
luozukai 7 lat temu
rodzic
commit
47c0aab0cd
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

@@ -129,7 +129,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {


//目前只有多经点位租赁合同 //目前只有多经点位租赁合同
WxShop wxShop = wxShopService.getById(wxRentContract.getShopId()); 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按自然月 //handle adjustPeriod 1日 2月 monthHandleType 2按账单周期 3按自然月
if(wxRentContract.getAdjustPeriod().intValue() == 1){ if(wxRentContract.getAdjustPeriod().intValue() == 1){
wxRentContract.setAdjustPeriod(1); wxRentContract.setAdjustPeriod(1);


Ładowanie…
Anuluj
Zapisz