This commit is contained in:
shoopea 2019-06-02 14:57:42 +08:00
parent b39d0cd944
commit 45213b4ac3

2
sql.go
View File

@ -1555,7 +1555,7 @@ func loadMsgParsingRules() (m map[int]MessageParsingRule, err error) {
priority int32
descn string
rule string
msgTypeID int32
msgTypeID int64
)
log.Println("Loading message parsing rules...")