Commit e48d7d0e authored by Your Name's avatar Your Name

udpate task type in quest db

parent 19b8e4e1
......@@ -224,7 +224,7 @@ func batchToQuestDb(done chan interface{}, reqStream chan pbUpstream.TaskContent
seconds := nanoseconds / 1e9
sender.Table(resTableName).
Symbol("type", fmt.Sprintf("%d", task.TaskId)).
Symbol("type", fmt.Sprintf("%d", task.TaskType)).
Symbol("uid", task.TaskUid).
Symbol("profit_acc", task.TaskProfitAccount).
Symbol("worker_acc", task.TaskWorkerAccount).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment