Compare commits

...

3 Commits

Author SHA1 Message Date
Diyu0904 d5ff1265d7 Merge remote-tracking branch 'origin/preview' into preview 2025-04-05 14:38:11 +08:00
Diyu0904 56402b081b Merge branch 'feature/admin' into preview 2025-04-05 14:37:42 +08:00
Diyu0904 23a0c7fd48 修改工作流评论区名字展示nickname 2025-04-05 14:36:09 +08:00
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.mcwl.common.core.domain.entity.SysUser;
import com.mcwl.common.utils.SecurityUtils;
import com.mcwl.common.utils.StringUtils;
import com.mcwl.resource.domain.ModelImageComment;
import com.mcwl.resource.domain.SysAdvice;
import com.mcwl.resource.domain.WorkFlowComment;
import com.mcwl.resource.domain.WorkFlowCommentLike;
@ -275,7 +274,7 @@ public class WorkFlowCommentServiceImpl extends ServiceImpl<WorkFlowCommentMappe
WorkFlowCommentVo vo = new WorkFlowCommentVo();
vo.setUserId(comment.getUserId());
vo.setUserName(user.getUserName());
vo.setUserName(user.getNickName());
vo.setUserAvatar(user.getAvatar());
vo.setCommentId(comment.getId());
vo.setContent(comment.getContent());