notification wa by mqtt broker
This commit is contained in:
@@ -24,6 +24,7 @@ const getAllContactDb = async (searchParams = {}) => {
|
||||
[
|
||||
{ column: "a.contact_name", param: searchParams.name, type: "string" },
|
||||
{ column: "a.contact_type", param: searchParams.code, type: "string" },
|
||||
{ column: "a.is_active", param: searchParams.active, type: "boolean" },
|
||||
],
|
||||
queryParams
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user