Commit b62db576 authored by Hsinli's avatar Hsinli

addd

parent 2eda1e65
Pipeline #13663 passed with stage
in 5 seconds
...@@ -337,6 +337,7 @@ class CommonService extends Service { ...@@ -337,6 +337,7 @@ class CommonService extends Service {
user_id: ctx.userId user_id: ctx.userId
} }
let shmfList = await ctx.prometheusModel.CreditShuhemofang.findAll(shmfFilter); let shmfList = await ctx.prometheusModel.CreditShuhemofang.findAll(shmfFilter);
ctx.logger.info({ shmfList: JSON.stringify(shmfList) });
if (shmfList !== undefined && shmfList.length > 0) { if (shmfList !== undefined && shmfList.length > 0) {
let history = { let history = {
in: false, in: false,
...@@ -356,6 +357,7 @@ class CommonService extends Service { ...@@ -356,6 +357,7 @@ class CommonService extends Service {
ctx.failed('您输入的想要检测人数已超过最大限制,仅可检测输入过的检测信息'); ctx.failed('您输入的想要检测人数已超过最大限制,仅可检测输入过的检测信息');
} else { } else {
let resp = this.queryShuhemofang(type, inputParams); let resp = this.queryShuhemofang(type, inputParams);
ctx.logger.info({ resp: JSON.stringify(resp) });
await this.noticeShuhemofang(resp.status); await this.noticeShuhemofang(resp.status);
} }
} }
......
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