test
This commit is contained in:
parent
b707a7c634
commit
7e3d051e44
@ -181,6 +181,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
||||
case objSubTypeMessageAuctionAnnounce:
|
||||
cwm, err := parseSubTypeMessageAuctionAnnounce(m, r)
|
||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Parsing objSubTypeMessageAuctionAnnounce.")
|
||||
cwm.ObjID64 = objId
|
||||
err = insertMsgAuctionAnnounce(cwm)
|
||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : insertMsgAuctionAnnounce")
|
||||
case objSubTypeMessageTimeAck:
|
||||
|
Loading…
Reference in New Issue
Block a user