fix process no return error
This commit is contained in:
parent
deaf17e178
commit
dfc033ae4f
@ -120,6 +120,7 @@ func (t *TransGlobal) getProcessor() transProcessor {
|
||||
func (t *TransGlobal) Process(db *common.DB, waitResult bool) dtmcli.M {
|
||||
r := t.process(db, waitResult)
|
||||
transactionMetrics(t, r["dtm_result"] == dtmcli.ResultSuccess)
|
||||
return r
|
||||
}
|
||||
|
||||
func (t *TransGlobal) process(db *common.DB, waitResult bool) dtmcli.M {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user