fix shop main ack

This commit is contained in:
shoopea 2020-02-06 16:48:52 +08:00
parent e0ccfc39c2
commit 9aab1a3bbf

View File

@ -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")