Browse Source

fix contract

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
53eef8b345
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      mallinkSchedule/src/main/java/com/iformall/schedule/ContractSchedule.java
  2. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 0
mallinkSchedule/src/main/java/com/iformall/schedule/ContractSchedule.java View File

@@ -56,6 +56,7 @@ public class ContractSchedule {
try {
//物业合同
wxPropertyContractService.outDateContract(wxMall);
wxPropertyContractService.readyToNomal(wxMall);
}catch(Exception e) {
log.error("propertycontract outDate error.",e);
}


+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java View File

@@ -2547,7 +2547,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
if (shopIdList.size() > 0 ) {
WxRentContract wrcq = new WxRentContract();
wrcq.setMerchantId(mid);
wrcq.setStatus(EnumRentContractStatus.PAING.getCode());
wrcq.setStatuss(EnumRentContractStatus.getValidStatus());
List<WxRentContract> contractList0 = wxRentContractMapper.findList(wrc);
for (WxRentContract w : contractList0) {
List<Long> shopids0 = w.shopIdsByRentInfo();


Loading…
Cancel
Save