Commit 366c051a authored by Hsinli's avatar Hsinli

addd

parent 59133e01
Pipeline #13717 passed with stage
in 26 seconds
......@@ -253,7 +253,7 @@ class ApplyService extends Service {
ctx.failed('数据获取异常');
}
let blacklistInfo = result.data.data.blackList;
let report = await ctx.service.credit.blackList.createReport(inputParams, blacklistInfo);
let report = await ctx.service.credit.blacklist.createReport(inputParams, blacklistInfo);
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