This commit is contained in:
jianzhiyao
2020-10-29 19:05:32 +08:00
parent 508105d32a
commit f8fb50999b
9 changed files with 38 additions and 39 deletions

View File

@@ -16,13 +16,13 @@ package orm
import (
"fmt"
"github.com/astaxie/beego/client/orm/structs"
"github.com/astaxie/beego/client/orm/clauses"
"strings"
)
// ExprSep define the expression separation
const (
ExprSep = structs.ExprSep
ExprSep = clauses.ExprSep
)
type condValue struct {