Commit 59133e01 authored by Hsinli's avatar Hsinli

addd

parent 78330d57
Pipeline #13716 passed with stage
in 27 seconds
...@@ -253,7 +253,7 @@ class ApplyService extends Service { ...@@ -253,7 +253,7 @@ class ApplyService extends Service {
ctx.failed('数据获取异常'); ctx.failed('数据获取异常');
} }
let blacklistInfo = result.data.data.blackList; let blacklistInfo = result.data.data.blackList;
let report = await this.service.credit.blackList.createReport(inputParams, blacklistInfo); let report = await ctx.service.credit.blackList.createReport(inputParams, blacklistInfo);
ret.report_id = report.id; ret.report_id = report.id;
//更新订单 //更新订单
......
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