字段赋值修改1

This commit is contained in:
wangshuai 2024-07-10 19:34:00 +08:00
parent c1994895bc
commit 1e38fcf3df
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class MeituanServiceImpl implements IMeituanService {
busStoreDayInfo.setCreateTime(new Date());
busStoreDayInfoMapper.insertBusStoreDayInfo(busStoreDayInfo);
BusStoreConfigInfo busStoreConfigInfo = new BusStoreConfigInfo();
busStoreConfigInfo.setStoreCode(cookie.getCookie());
busStoreConfigInfo.setStoreCode(valueFromCookie("wmPoiId", cookie.getCookie()));
busStoreConfigInfoMapper.insertBusStoreConfigInfo(busStoreConfigInfo);
getCommentsOne(storeInfo);
getScoreOne(storeInfo);