ソースを参照

bugfix:中台评价申诉

刘云鑫 2 日 前
コミット
b886cd7e22

+ 5 - 5
alien-entity/src/main/resources/mapper/LifeAppealManageMapper.xml

@@ -39,11 +39,11 @@
         WHEN 2 THEN
         "失败"
         END AS appeal_type_name,
-        `comment`.source_type AS sourceType,
+        `comment`.business_type AS sourceType,
         CASE
-        `comment`.source_type
+        `comment`.business_type
         WHEN 1 THEN
-        "动态的评"
+        "动态的评"
         WHEN 2 THEN
         "动态社区评论"
         WHEN 3 THEN
@@ -101,9 +101,9 @@
         WHEN 2 THEN
         "失败"
         END AS appeal_type_name,
-        `comment`.source_type,
+        `comment`.business_type AS sourceType,
         CASE
-        `comment`.source_type
+        `comment`.business_type
         WHEN 1 THEN
             "动态的评论"
         WHEN 2 THEN