Browse Source

query_prepare add omitempty

pull/52/head
yedf2 4 years ago
parent
commit
13fdd9b598
  1. 2
      dtmcli/dtmimp/trans_base.go

2
dtmcli/dtmimp/trans_base.go

@ -53,7 +53,7 @@ type TransBase struct {
BranchIDGen `json:"-"` // used in XA/TCC
BranchType string `json:"-"` // used in XA/TCC
QueryPrepared string `json:"query_prepared"` // used in MSG
QueryPrepared string `json:"query_prepared,omitempty"` // used in MSG
}
// SetOptions set options

Loading…
Cancel
Save