店铺名称

This commit is contained in:
Lenovo 2024-07-09 18:52:58 +08:00
parent e7aef9e41f
commit c920fa5132
1 changed files with 2 additions and 2 deletions

View File

@ -233,8 +233,8 @@ public class MeituanServiceImpl implements IMeituanService {
JSONObject oj = JSONObject.parseObject(JSON.toJSONString(o)); JSONObject oj = JSONObject.parseObject(JSON.toJSONString(o));
JSONObject order0 = oj.getJSONObject("orderInfo"); JSONObject order0 = oj.getJSONObject("orderInfo");
JSONObject order1 = order0.getJSONObject("orderInfo"); JSONObject order1 = order0.getJSONObject("orderInfo");
JSONObject tipInfoVo = order1.getJSONObject("tipInfoVo"); // JSONObject tipInfoVo = order1.getJSONObject("tipInfoVo");
String poiName = tipInfoVo.getString("poiName"); String poiName = order1.getString("poiName");
if (storeInfo.getStoreName() == null) { if (storeInfo.getStoreName() == null) {
storeInfo.setStoreName(poiName); storeInfo.setStoreName(poiName);
busStoreInfoService.updateBusStoreInfo(storeInfo); busStoreInfoService.updateBusStoreInfo(storeInfo);