fix shop main ack
This commit is contained in:
parent
e0ccfc39c2
commit
9aab1a3bbf
@ -525,7 +525,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : insertMsgTributesStats")
|
||||
case cacheObjSubType[`msg_shop_main_req`]:
|
||||
case cacheObjSubType[`msg_shop_main_ack`]:
|
||||
_, err := parseSubTypeMessageShopMainAck(m, rule.re)
|
||||
cwm, err := parseSubTypeMessageShopMainAck(m, rule.re)
|
||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Parsing cacheObjSubType[`msg_shop_main_ack`]")
|
||||
err = insertMsgShopMainAck(cwm)
|
||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : insertMsgShopMainAck")
|
||||
|
Loading…
Reference in New Issue
Block a user