1;历史数据更新

This commit is contained in:
wangshuai 2024-08-12 09:58:59 +08:00
parent 829beed6e7
commit 5c7cfb87d2
1 changed files with 1 additions and 0 deletions

View File

@ -913,6 +913,7 @@ public class MeituanServiceImpl implements IMeituanService {
}else if(list2.size() == 1){
BusStoreDayHistoryInfo target = new BusStoreDayHistoryInfo();
BeanUtils.copyProperties(busStoreDayInfo, target);
target.setId(list2.get(0).getId());
target.setCreateTime(Date.from(date.atZone(ZoneId.systemDefault()).toInstant()));
editList.add(target);
}