This commit is contained in:
shoopea 2019-05-13 11:37:13 +08:00
parent 537ca4045d
commit 14ebdb572a

View File

@ -171,9 +171,8 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
rep = cwm.Report[r.ReplaceAllString(m.Text, "$(Score1)")]
p, err := strconv.Atoi(r.ReplaceAllString(m.Text, "$(Points1)"))
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : convert Points1")
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : convert Points1 : "+r.ReplaceAllString(m.Text, "$(Points1)"))
rep.Points = int32(p)
cwm.Report[r.ReplaceAllString(m.Text, "${Score1}")] = rep
b, err := json.Marshal(rep)
/*