fix:修复Bug【69216】

需求调整,不显示部门,显示工号+姓名
This commit is contained in:
2023-05-15 16:15:58 +08:00
parent fd51ec13e6
commit 58f037a94e
2 changed files with 0 additions and 12 deletions
@@ -38,16 +38,6 @@ public class ReportCommentVo {
*/
private String userName;
/**
* 部门id
*/
private String orgId;
/**
* 部门名
*/
private String orgName;
/**
* 评论
*/
@@ -15,8 +15,6 @@
FROM
`ts_report_user_comment` AS ruc
INNER JOIN ts_user AS u ON u.USID = ruc.user_id
LEFT JOIN tr_user_org AS uo ON uo.USER_ID = ruc.user_id
LEFT JOIN ts_org AS o ON uo.ORG_ID = o.ID
WHERE
ruc.del_flag = 0
AND