mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-12 12:26:51 +08:00
Merge branch 'refs/heads/zcwy0813-yang' into dev0525
This commit is contained in:
@@ -1448,6 +1448,7 @@ public class CasesServiceImpl implements ICasesService {
|
|||||||
browsingHistoryVo.setBrowsingHistoryId(userDynamic.getId());
|
browsingHistoryVo.setBrowsingHistoryId(userDynamic.getId());
|
||||||
browsingHistoryVo.setContentInfo(userDynamic.getContentInfo());
|
browsingHistoryVo.setContentInfo(userDynamic.getContentInfo());
|
||||||
browsingHistoryVo.setEventTime(userDynamic.getEventTime());
|
browsingHistoryVo.setEventTime(userDynamic.getEventTime());
|
||||||
|
browsingHistoryVo.setContentId(userDynamic.getContentId());
|
||||||
browsingHistoryVo.setId(null);
|
browsingHistoryVo.setId(null);
|
||||||
if (map.containsKey(userDynamic.getContentId())){
|
if (map.containsKey(userDynamic.getContentId())){
|
||||||
// 确保copy案例时,不会覆盖数据
|
// 确保copy案例时,不会覆盖数据
|
||||||
|
|||||||
Reference in New Issue
Block a user