test
This commit is contained in:
parent
ff61fbe359
commit
56bc4416cb
@ -173,6 +173,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
|||||||
p, err := strconv.Atoi(r.ReplaceAllString(m.Text, "${Points1}"))
|
p, err := strconv.Atoi(r.ReplaceAllString(m.Text, "${Points1}"))
|
||||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : convert Points1 : "+r.ReplaceAllString(m.Text, "$(Points1)"))
|
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : convert Points1 : "+r.ReplaceAllString(m.Text, "$(Points1)"))
|
||||||
rep.Points = int32(p)
|
rep.Points = int32(p)
|
||||||
|
cwm.Report[r.ReplaceAllString(m.Text, "${Score1}")] = rep
|
||||||
|
|
||||||
b, err := json.Marshal(cwm)
|
b, err := json.Marshal(cwm)
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user