change marshal strategy

This commit is contained in:
hebo
2019-10-08 15:16:42 +08:00
parent 2c54f18374
commit c3531819bd
5 changed files with 20 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ func (mqp *MysqlQueryPiece) Bytes() (content []byte) {
return mqp.jsonContent
}
mqp.jsonContent = marsharQueryPiece(mqp)
mqp.jsonContent = marsharQueryPieceMonopolize(mqp)
return mqp.jsonContent
}