|
@ -274,7 +274,7 @@ func toWhereSql(where interface{}) (string, error) { |
|
|
"and", |
|
|
"and", |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
ops := []string{"=", ">", ">=", "<", "<=", "<>", "!="} |
|
|
|
|
|
|
|
|
ops := []string{"=", ">", ">=", "<", "<=", "<>", "!=", "like", "not like", "in", "not in", "between", "not between"} |
|
|
|
|
|
|
|
|
for k, v := range whereGjson.Map() { |
|
|
for k, v := range whereGjson.Map() { |
|
|
if v.Value() == nil { |
|
|
if v.Value() == nil { |
|
|