Commit 6806b5e7 authored by Hsinli's avatar Hsinli

addd

parent 06e7c3d9
Pipeline #13542 passed with stage
in 24 seconds
......@@ -236,7 +236,7 @@ class ApplyService extends Service {
r_msg: result.data.msg,
r_order_id: result.data.data.order_id,
}
let applyInfo = await ctx.prometheusModel.CreditApply.create(applyData);
let apply = await ctx.prometheusModel.CreditApply.create(applyData);
if (result.data.code === 0) {
let blacklistInfo = result.data.data.blackList;
let reportData = {
......
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