From c920fa5132b4136ad38a98f4c2b4e34c0e6803d1 Mon Sep 17 00:00:00 2001 From: Lenovo Date: Tue, 9 Jul 2024 18:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/business/service/impl/MeituanServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java index eb7fbcf..ad3d746 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/business/service/impl/MeituanServiceImpl.java @@ -233,8 +233,8 @@ public class MeituanServiceImpl implements IMeituanService { JSONObject oj = JSONObject.parseObject(JSON.toJSONString(o)); JSONObject order0 = oj.getJSONObject("orderInfo"); JSONObject order1 = order0.getJSONObject("orderInfo"); - JSONObject tipInfoVo = order1.getJSONObject("tipInfoVo"); - String poiName = tipInfoVo.getString("poiName"); +// JSONObject tipInfoVo = order1.getJSONObject("tipInfoVo"); + String poiName = order1.getString("poiName"); if (storeInfo.getStoreName() == null) { storeInfo.setStoreName(poiName); busStoreInfoService.updateBusStoreInfo(storeInfo);