This commit is contained in:
aozhiwei 2024-08-03 10:00:32 +08:00
parent ce1e1d9496
commit 55a79b8829

View File

@ -33,7 +33,9 @@ func GetDbParam(dataSource string, name string) (string, error) {
f5.GetGoStyleDb().OrmSelectOne( f5.GetGoStyleDb().OrmSelectOne(
dataSource, dataSource,
"t_param", "t_param",
[][]string{}, [][]string{
{"name", name},
},
func (err error, ds *f5.DataSet) { func (err error, ds *f5.DataSet) {
resultErr = err resultErr = err
if err != nil { if err != nil {