mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-12 01:38:36 +08:00
change marshal strategy
This commit is contained in:
@@ -62,7 +62,7 @@ func (mqp *MysqlQueryPiece) Bytes() (content []byte) {
|
||||
return mqp.jsonContent
|
||||
}
|
||||
|
||||
mqp.jsonContent = marsharQueryPiece(mqp)
|
||||
mqp.jsonContent = marsharQueryPieceMonopolize(mqp)
|
||||
return mqp.jsonContent
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user