Commit 008770e2 authored by shiyu's avatar shiyu

藏品详情浏览记录

parent 4d7bac1d
......@@ -666,6 +666,7 @@ public class SupplierItemServiceImpl implements SupplierItemService {
userRecentBrowse.setType(DistributionEnum.UserBrowseTypeEnum.USER_ITEM.getCode());
userRecentBrowse.setSharedUserId(collectionShareRecord.getItemUserId());
userRecentBrowseDao.insert(userRecentBrowse);
logger.info("用户id:{} 浏览了 用户id为 {} 的藏品", dto.getUserId(), collectionShareRecord.getItemUserId());
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment