From 3ce2f932d6aaf7ae7094a32f085148a1561cd1de Mon Sep 17 00:00:00 2001 From: Bright Date: Thu, 3 Apr 2025 17:23:46 +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 ed5db95c..92dd27cb 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -3575,7 +3575,7 @@ export class CommandController extends Controller { lastUpdateFullName: req.user.name, createdAt: new Date(), lastUpdatedAt: new Date(), - status: "DONE" + status: command.commandType.code == "C-PM-15" ? "PENDING" : "DONE" }; Object.assign(dataAssis, metaAssis);