|
|
|
@@ -2564,11 +2564,11 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
} |
|
|
|
|
|
|
|
//释放店铺 |
|
|
|
if (null != shopIdList && shopIdList.size() > 0) { |
|
|
|
wxMerchantShopMapper.delShops(mid, shopIdList); |
|
|
|
//更新商铺的状态为未出租 |
|
|
|
wxShopMapper.updateUnRentByIds(shopIdList); |
|
|
|
} |
|
|
|
// if (null != shopIdList && shopIdList.size() > 0) { |
|
|
|
// wxMerchantShopMapper.delShops(mid, shopIdList); |
|
|
|
// //更新商铺的状态为未出租 |
|
|
|
// wxShopMapper.updateUnRentByIds(shopIdList); |
|
|
|
// } |
|
|
|
}catch(Exception e) { |
|
|
|
logger.error("merchantId["+mid+"] outDateContract error.",e); |
|
|
|
} |
|
|
|
|