提交 c89c4f0f 编写于 作者: L ljw

修改

上级 4c8d648f
......@@ -22,7 +22,8 @@ exports.main = async (event, context) => {
if (activityres.affectedDocs == 1) {
const res = await collection.add({
team_activity_id: event.activityId,
owner_id: event.userId
owner_id: event.userId,
notified: false
})
if (res.id.length > 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册