浏览代码

申诉律所详情

qxy 2 周之前
父节点
当前提交
599e3819ad
共有 1 个文件被更改,包括 2 次插入8 次删除
  1. 2 8
      alien-entity/src/main/resources/mapper/CommentAppealMapper.xml

+ 2 - 8
alien-entity/src/main/resources/mapper/CommentAppealMapper.xml

@@ -72,10 +72,7 @@
             ca.updated_user_id,
             ca.updated_user_id AS audit_user_id,
             orv.user_id AS review_user_id,
-            CASE
-                WHEN orv.is_anonymous = 1 THEN '匿名用户'
-                ELSE lu.user_name
-            END AS user_name,
+            lu.user_name,
             CASE
                 WHEN orv.is_anonymous = 1 THEN NULL
                 ELSE lu.user_image
@@ -119,10 +116,7 @@
             ca.updated_user_id AS audit_user_id,
             ca.appeal_number,
             orv.user_id AS review_user_id,
-            CASE
-                WHEN orv.is_anonymous = 1 THEN '匿名用户'
-                ELSE lu.user_name
-            END AS review_user_name,
+            lu.user_name AS review_user_name,
             CASE
                 WHEN orv.is_anonymous = 1 THEN NULL
                 ELSE lu.user_image