店铺名称

This commit is contained in:
Lenovo 2024-07-09 18:43:50 +08:00
parent 0b9efc9c44
commit e7aef9e41f
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ public class MeituanServiceImpl implements IMeituanService {
String poiName = tipInfoVo.getString("poiName");
if (storeInfo.getStoreName() == null) {
storeInfo.setStoreName(poiName);
busStoreInfoService.updateBusStoreInfo(storeInfo);
}
BusStoreInfo store = new BusStoreInfo();