查看问题

This commit is contained in:
wangshuai 2024-08-05 06:45:01 +08:00
parent b51a51330c
commit 12d4d785df
1 changed files with 1 additions and 0 deletions

View File

@ -517,6 +517,7 @@ public class MeituanServiceImpl implements IMeituanService {
busStoreInfoMapper.updateBusStoreInfo(storeInfo1); busStoreInfoMapper.updateBusStoreInfo(storeInfo1);
} }
}catch (Exception e){ }catch (Exception e){
e.printStackTrace();
log.error(wmPoiId+"================拉取订单出错:==============="+e.getMessage()); log.error(wmPoiId+"================拉取订单出错:==============="+e.getMessage());
// return orderInfo(wmPoiId, date, cookie); // return orderInfo(wmPoiId, date, cookie);
} }