|
|
|
@@ -86,12 +86,15 @@ public class WxPropertyContractController extends WxContractBaseController { |
|
|
|
wxPropertyContract.setIsPrivateMerchant(EnumYesOrNo.NO.getCode()); |
|
|
|
} |
|
|
|
//如果是已售,则查询虚拟商户,并且店铺类型是商业的 |
|
|
|
if (wxPropertyContract.getIsPrivateMerchant()==EnumShopSellStatus.SELLED.getCode()) { |
|
|
|
if (wxPropertyContract.getIsPrivateMerchant()==2) { |
|
|
|
wxPropertyContract.setIsPrivateMerchant(EnumYesOrNo.YES.getCode()); |
|
|
|
List<Integer> rentShopTypeList = new ArrayList<Integer>(); |
|
|
|
rentShopTypeList.add(EnumRentShopType.SHOP.getCode()); |
|
|
|
rentShopTypeList.add(EnumRentShopType.POINT.getCode()); |
|
|
|
wxPropertyContract.setPrivateRentShopTypeList(rentShopTypeList); |
|
|
|
}else if (wxPropertyContract.getIsPrivateMerchant()==1) { |
|
|
|
wxPropertyContract.setIsPrivateMerchant(EnumYesOrNo.YES.getCode()); |
|
|
|
wxPropertyContract.setPrivateRentShopType(EnumRentShopType.XIZILOU.getCode()); |
|
|
|
} |
|
|
|
PageInfo<WxPropertyContract> pageInfo = wxPropertyContractService.listAsPage(wxPropertyContract, pageNum, pageSize); |
|
|
|
Integer hasFlow = null; |
|
|
|
|