瀏覽代碼

update 绿色积分

tags/v3.7.5
DengBiao 1 年之前
父節點
當前提交
b4d328bee8
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. +7
    -0
      rule/block_green_chain_settlement.go

+ 7
- 0
rule/block_green_chain_settlement.go 查看文件

@@ -320,6 +320,7 @@ func statisticsAndDistributeCoinForAirdrop(session *xorm.Session, mid string, pu
}
if totalUser > 0 {
now := time.Now()
tday := now.Format("2006-01-02")
for _, item := range userList {
var singleValue = decimal.NewFromFloat(0)

@@ -353,6 +354,12 @@ func statisticsAndDistributeCoinForAirdrop(session *xorm.Session, mid string, pu
if err != nil {
return err, unassignedTotalCoinValue
}
//TODO::更新 airdrop_date(空投日期)
item.AirdropDate = tday
_, err := db.BlockGreenChainCustomUserAirdropUpdate(session, item.Id, item)
if err != nil {
return err, unassignedTotalCoinValue
}
}
}
}


Loading…
取消
儲存