Browse Source

修改bug

yjp 1 năm trước cách đây
mục cha
commit
49be13bdca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/raw_sql.go

+ 1 - 1
client/raw_sql.go

@@ -33,7 +33,7 @@ func (c *Client) ExecuteRawSql(token string, baseUrl string,
 		}
 
 		typedValueReflectValueElem := reflectutils.PointerValueElem(typedValueReflectValue)
-		values = append(values, map[string]any{
+		rawSqlValues = append(rawSqlValues, map[string]any{
 			"kind":  typedValueReflectValueElem.Kind(),
 			"value": typedValueReflectValueElem.Interface(),
 		})