Compare commits
2 Commits
cdd855bfb2
...
4cf89236a8
Author | SHA1 | Date |
---|---|---|
|
4cf89236a8 | |
|
0bf6976352 |
|
@ -17,7 +17,7 @@ git checkout release
|
|||
git merge develop
|
||||
|
||||
git add .
|
||||
git add public
|
||||
git reset public
|
||||
git commit -m "update release"
|
||||
|
||||
set CGO_ENABLED=0
|
||||
|
|
|
@ -204,6 +204,7 @@ func (t *TaskHandle) AllTask(id int, data any) {
|
|||
TargetN: v.TargetTimes,
|
||||
Status: 0,
|
||||
Reward: v.Award,
|
||||
TaskType: v.TaskType,
|
||||
}
|
||||
if item.N > item.TargetN {
|
||||
item.N = item.TargetN
|
||||
|
|
Loading…
Reference in New Issue