소스 검색

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
}
}
}
}


불러오는 중...
취소
저장