修复代码BUG + 循环引用
This commit is contained in:
@ -9,14 +9,12 @@ package database
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.zhangdeman.cn/zhangdeman/database/define"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func Test_optionToSql(t *testing.T) {
|
||||
type args struct {
|
||||
o *Option
|
||||
}
|
||||
o := &Option{
|
||||
o := &define.Option{
|
||||
In: nil,
|
||||
NotIn: nil,
|
||||
Where: map[string]any{
|
||||
|
Reference in New Issue
Block a user