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 add .
|
||||
git reset public
|
||||
git add public
|
||||
git commit -m "update release"
|
||||
|
||||
set CGO_ENABLED=0
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue