Commit 2ec69879 authored by qinhaitao's avatar qinhaitao

fix: 🐛 bug

parent ddfbaa0c
...@@ -12,7 +12,7 @@ export default async function checkHelpRecord(context: IContext<{ activityId: st ...@@ -12,7 +12,7 @@ export default async function checkHelpRecord(context: IContext<{ activityId: st
data: { activityId, inviteId } data: { activityId, inviteId }
} = context } = context
// 邀请成功有该用户信息 // 邀请成功有该用户信息
const userInviteSuccessCount = dbCount(context, STAT_DB_NAME, { const userInviteSuccessCount = await dbCount(context, STAT_DB_NAME, {
activityId, activityId,
openId, openId,
type: STAT_TYPE.INITE_SUCCESS type: STAT_TYPE.INITE_SUCCESS
......
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