Commit 6d45b0f3 authored by Hsinli's avatar Hsinli

addd

parent a2ae31bf
Pipeline #13683 passed with stage
in 5 seconds
...@@ -342,7 +342,10 @@ class CommonService extends Service { ...@@ -342,7 +342,10 @@ class CommonService extends Service {
//1:判断用户当前三要素是否已经校验过 //1:判断用户当前三要素是否已经校验过
//2:有记录根据记录弹框,没记录判断该用户是否已经校验满5次 //2:有记录根据记录弹框,没记录判断该用户是否已经校验满5次
let shmfFilter = { let shmfFilter = {
user_id: ctx.userId where: {
user_id: ctx.userId,
type: TypeConfig[type]
}
} }
let shmfList = await ctx.prometheusModel.CreditShuhemofang.findAll(shmfFilter); let shmfList = await ctx.prometheusModel.CreditShuhemofang.findAll(shmfFilter);
ctx.logger.info({ shmfList: JSON.stringify(shmfList) }); ctx.logger.info({ shmfList: JSON.stringify(shmfList) });
......
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