code review

This commit is contained in:
meilin.huang
2022-12-17 22:24:21 +08:00
parent ffe250f8a9
commit 85349df8a1
6 changed files with 63 additions and 50 deletions

View File

@@ -220,5 +220,5 @@ func doExec(sql string, dbInstance *DbInstance) (*DbSqlExecRes, error) {
return &DbSqlExecRes{
ColNames: []string{"sql", "rowsAffected", "result"},
Res: res,
}, nil
}, err
}