Commit bad232ae authored by Hsinli's avatar Hsinli

addd

parent 980d7fa2
Pipeline #13671 passed with stage
in 5 seconds
...@@ -362,7 +362,7 @@ class CommonService extends Service { ...@@ -362,7 +362,7 @@ class CommonService extends Service {
if (shmfList.length >= 5) { if (shmfList.length >= 5) {
ctx.failed('您输入的想要检测人数已超过最大限制,仅可检测输入过的检测信息'); ctx.failed('您输入的想要检测人数已超过最大限制,仅可检测输入过的检测信息');
} else { } else {
let ret = this.queryShuhemofang(type, inputParams); let ret = await this.queryShuhemofang(type, inputParams);
ctx.logger.info({ ret: JSON.stringify(ret) }); ctx.logger.info({ ret: JSON.stringify(ret) });
await this.noticeShuhemofang(ret.status); await this.noticeShuhemofang(ret.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