Przeglądaj źródła

[首页统计][修改][修改未出租商铺统计]

release_toaliyun_real
luozukai 7 lat temu
rodzic
commit
b80ce45966
2 zmienionych plików z 2 dodań i 1 usunięć
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java
  2. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java Wyświetl plik

@@ -67,6 +67,7 @@ public class WxRentContract implements Serializable {


/** /**
* 月计租方式 3按自然月 * 月计租方式 3按自然月
* adjustPeriod 1日 2月 monthHandleType 2按账单周期 3按自然月
*/ */
@io.swagger.annotations.ApiModelProperty(value = "月计租方式3按自然月", name = "merchantId") @io.swagger.annotations.ApiModelProperty(value = "月计租方式3按自然月", name = "merchantId")
@Transient @Transient


+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz