|
@@ -30,7 +30,8 @@
|
|
id as report_id,
|
|
id as report_id,
|
|
case when type = '1' then '文章举报'
|
|
case when type = '1' then '文章举报'
|
|
when type = '2' then '个人举报'
|
|
when type = '2' then '个人举报'
|
|
- when type = '3' then '评价举报' end report_type,
|
|
|
|
|
|
+ when type = '3' then '评价举报' end typeName,
|
|
|
|
+ type as report_type,
|
|
report_content as report_reportContent,
|
|
report_content as report_reportContent,
|
|
user_id ,
|
|
user_id ,
|
|
user_name ,
|
|
user_name ,
|