Browse Source

更新

master
huangjiajun 2 months ago
parent
commit
ab0c3e964b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hdl/hdl_upgrade.go

+ 1
- 1
hdl/hdl_upgrade.go View File

@@ -256,7 +256,7 @@ func CheckSchemeTasksComplete(params map[string]string, blockStarChain string, e
total = "1" total = "1"
hasLevelPay = hasPay hasLevelPay = hasPay
LevelPayOrdId = payOrdId LevelPayOrdId = payOrdId
} else if item.TaskType == 6 {
} else if item.TaskType == 26 {
total = "1" total = "1"
} else { } else {
total = item.FinishCount total = item.FinishCount


Loading…
Cancel
Save