Commit d58f43a4 authored by 1486327116's avatar 1486327116

update

parent 3b6a2bc3
...@@ -89,7 +89,8 @@ export async function save(airdropVO: AirdropVO, currentUserId: any, ip: any) { ...@@ -89,7 +89,8 @@ export async function save(airdropVO: AirdropVO, currentUserId: any, ip: any) {
}else { }else {
await airdropSetting.prototype.update(airdropVO,{ await airdropSetting.prototype.update(airdropVO,{
where:{ where:{
id:Number(airdropVO.id) id: Number(airdropVO.id),
status:[-1,0]
} }
}) })
} }
......
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