更新时间
This commit is contained in:
@@ -273,6 +273,7 @@ public class LineServiceImpl implements LineService {
|
||||
throw new ServiceException(ErrorCodeEnum.LINE_ID_IS_NOT_EXIST);
|
||||
}
|
||||
lineInfo.setUpdateUserId(user.getUserId());
|
||||
lineInfo.setUpdateTime(new Date());
|
||||
lineInfo.setUserPortrait(CollectionUtils.isNotEmpty(addTagsRequest.getTags())?
|
||||
addTagsRequest.getTags().stream().map(Object::toString).collect(Collectors.joining(CommonConstants.COMMA, CommonConstants.COMMA, CommonConstants.COMMA)):"");
|
||||
lineInfoDAO.updateLineInfo(lineInfo);
|
||||
|
||||
Reference in New Issue
Block a user