fix: model coerce (#1806)
This commit is contained in:
parent
c7535ff67c
commit
bc82f2e7a8
|
@ -1607,6 +1607,7 @@ DataAccessObject._coerce = function(where, props) {
|
|||
self._coerce(clauses[k]);
|
||||
}
|
||||
|
||||
where[p] = clauses;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue