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