This commit is contained in:
shoopea 2019-12-29 21:01:09 +08:00
parent dcf879135a
commit 0c53f7bef6

View File

@ -23,7 +23,7 @@ func resetMsgParsingRules2() error {
Priority: r.Priority,
Description: r.Description,
Rule: r.Rule,
MsgType: r.MsgType
MsgType: r.MsgType,
}
r2.MsgTypeID64, err = codeObjSubTypeId(r2.MsgType)