fix bug some array filter
This commit is contained in:
Vendored
+1
-1
@@ -19487,7 +19487,7 @@ function Nv({
|
||||
}, Y = Zc(async (B = "", V = 0, U = !1) => {
|
||||
z(!0);
|
||||
const K = new Dn().setPaging(V, s).setOrder([n], !0);
|
||||
B && K.like(n, B), m && m.length > 0 && m.forEach((D) => K.where(D.logic_operator || "=", D.name, D.value, D.operator || "AND", D.value1 || null, D.table_name || null)), m.some((D) => D.name === "company_id") && K.addJoin("company", ["name"]);
|
||||
B && K.like(n, B), m && m.length > 0 && m.forEach((D) => K.where(D.logic_operator || "=", D.name, D.value, D.operator || "AND", D.value1 || null, D.table_name || null)), Array.isArray(m) && m.some((D) => D.name === "company_id") && K.addJoin("company", ["name"]);
|
||||
try {
|
||||
const D = await Ao.search(
|
||||
r,
|
||||
|
||||
Reference in New Issue
Block a user