save task.Id as item_status
All checks were successful
Gitea Go Release Actions / Release Go Binary (arm, linux) (push) Successful in 1m4s
Gitea Go Release Actions / Release Go Binary (amd64, darwin) (push) Successful in 1m9s
Gitea Go Release Actions / Release Go Binary (amd64, windows) (push) Successful in 1m17s
Gitea Go Release Actions / Release Go Binary (arm64, linux) (push) Successful in 1m3s
Gitea Go Release Actions / Release Go Binary (arm64, darwin) (push) Successful in 1m5s
Gitea Go Release Actions / Release Go Binary (amd64, linux) (push) Successful in 36s

This commit is contained in:
yzqzss 2024-06-19 15:32:57 +08:00
parent f7a50c6101
commit 2aa4bddb28

View File

@ -99,8 +99,8 @@ func ProcesserWorker(i int, tracker *savewebtracker.Tracker) {
items = append(items, savewebtracker.Item{
Item_id: fmt.Sprintf("%d", danmakuId),
Item_id_type: "int",
Item_status: "None",
Item_status_type: "None",
Item_status: task.Id,
Item_status_type: "int",
Payload: danmaku,
})
}