Compare commits

..

No commits in common. "4cf89236a8f933534dc313beefcf5942191d5a0d" and "cdd855bfb22900e77cd8742dcdcaf96eb960796d" have entirely different histories.

2 changed files with 6 additions and 7 deletions

View File

@ -17,7 +17,7 @@ git checkout release
git merge develop
git add .
git reset public
git add public
git commit -m "update release"
set CGO_ENABLED=0

View File

@ -204,7 +204,6 @@ 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