mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-14 13:20:25 +08:00
fix: machine file bug
This commit is contained in:
@@ -59,6 +59,14 @@ type (
|
||||
|
||||
ExprAtom IExprAtom
|
||||
}
|
||||
|
||||
PredicateLike struct {
|
||||
Predicate
|
||||
|
||||
InPredicate IPredicate
|
||||
Exprs []IExpr
|
||||
SelectStmt ISelectStmt
|
||||
}
|
||||
)
|
||||
|
||||
func (*Predicate) isPredicate() {}
|
||||
|
||||
Reference in New Issue
Block a user