|
|
@@ -138,7 +138,7 @@ public class WxShopServiceImpl implements WxShopService { |
|
|
|
|
|
|
|
|
} else { |
|
|
} else { |
|
|
wxRentContract.setShopNumber(wxShop.getShopNumber()); |
|
|
wxRentContract.setShopNumber(wxShop.getShopNumber()); |
|
|
List<WxRentContract> list = wxRentContractMapper.selectList(new QueryWrapper(wxRentContract)); |
|
|
|
|
|
|
|
|
List<WxRentContract> list = wxRentContractMapper.findList(wxRentContract); |
|
|
// count = list.stream().filter(r -> !r.getStatus().equals(EnumRentContractStatus.SIGNED_RENT_UNPAID.getCode()) && |
|
|
// count = list.stream().filter(r -> !r.getStatus().equals(EnumRentContractStatus.SIGNED_RENT_UNPAID.getCode()) && |
|
|
// !r.getStatus().equals(EnumRentContractStatus.RENT_PAID.getCode()) && |
|
|
// !r.getStatus().equals(EnumRentContractStatus.RENT_PAID.getCode()) && |
|
|
// !r.getStatus().equals(EnumRentContractStatus.CONTRACT_END_SOON.getCode())).count(); |
|
|
// !r.getStatus().equals(EnumRentContractStatus.CONTRACT_END_SOON.getCode())).count(); |
|
|
|