Merge branch 'refs/heads/zcwy0813-yang' into dev0525

This commit is contained in:
yang
2024-09-11 15:34:53 +08:00

View File

@@ -1448,6 +1448,7 @@ public class CasesServiceImpl implements ICasesService {
browsingHistoryVo.setBrowsingHistoryId(userDynamic.getId());
browsingHistoryVo.setContentInfo(userDynamic.getContentInfo());
browsingHistoryVo.setEventTime(userDynamic.getEventTime());
browsingHistoryVo.setContentId(userDynamic.getContentId());
browsingHistoryVo.setId(null);
if (map.containsKey(userDynamic.getContentId())){
// 确保copy案例时不会覆盖数据