Commit 45fb55ef authored by 任国军's avatar 任国军

category add is_have & report add id

parent 8af0ae18
Pipeline #22094 passed with stage
in 3 seconds
......@@ -159,6 +159,7 @@ class ReportService extends Service {
const recommendClassList = await this.getRecommendClassListByReport(userReportInfo.answer, userReportInfo.user_uuid, userReportInfo.cat_id);
const ret = {
id: reportId,
category: ctx.isEmpty(category) ? {} : category,
tags,
report,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment