repair shift: schmea & db

This commit is contained in:
Muhammad Afif
2025-10-16 16:26:37 +07:00
parent b2399d486e
commit ba8c7a5346
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ const getAllShiftDb = async (searchParams = {}) => {
{ column: "a.shift_name", param: searchParams.name, type: "string" },
{ column: "a.start_time", param: searchParams.start_time, type: "time" },
{ column: "a.end_time", param: searchParams.end_time, type: "time" },
{ column: "a.is_active", param: searchParams.status, type: "string" },
],
queryParams
);