Commit c1fb8414 authored by 1486327116's avatar 1486327116

update

parent 63064e76
......@@ -83,7 +83,7 @@ export async function prizeList(airdropPageVO: AirdropPageVO) {
export async function save(airdropVO: AirdropVO, currentUserId: any, ip: any) {
if (!airdropVO.id) {
airdropVO.status = 0;
airdropVO.status = -1;
await airdropSetting.prototype.create(airdropVO);
}else {
......
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