From 317920ad0d8d298fb737f6ba2686366272513cfa Mon Sep 17 00:00:00 2001 From: kittapath Date: Tue, 24 Sep 2024 11:31:08 +0700 Subject: [PATCH] no message --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 34209372..2b8a989f 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -74,7 +74,7 @@ export class CommandController extends Controller { ) .andWhere( status != null && status != undefined && status != "" - ? "command.status IN (:...node)" + ? "command.status IN (:...status)" : "1=1", { status: