add command code 20
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m3s

This commit is contained in:
mamoss 2026-01-21 08:00:21 +07:00
parent b1210d51e8
commit 757da877f6
8 changed files with 268 additions and 218 deletions

View file

@ -248,7 +248,7 @@ export class ProfileEmployeeTempController extends Controller {
// ],
where: {
profileEmployeeId: id,
commandCode: In(["1", "2", "3", "4", "8", "10", "11", "12", "15", "16"]),
commandCode: In(["1", "2", "3", "4", "8", "10", "11", "12", "15", "16", "20"]),
},
order: { order: "ASC" },
});