集成快代理 评分 好评星级

This commit is contained in:
wangshuai 2024-07-06 14:47:42 +08:00
parent 5ff793da69
commit dc1a6bc5db
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class MeituanServiceImpl implements IMeituanService {
BusStoreDayInfo busStoreDayInfo = new BusStoreDayInfo();
busStoreDayInfo.setStoreId(storeInfo.getId());
busStoreDayInfo.setCreateTime(new Date());
busStoreDayInfoMapper.insertBusStoreDayInfo(busStoreDayInfo)
busStoreDayInfoMapper.insertBusStoreDayInfo(busStoreDayInfo);
return R.ok();
} else if (list.size() == 1) {
if (!cookie.getUserName().equals(storeInfo.getBindUser())) {