刘云鑫 2 дней назад
Родитель
Сommit
b886cd7e22
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      alien-entity/src/main/resources/mapper/LifeAppealManageMapper.xml

+ 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