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