From 133d360d6ceba796dd44a1374dd7b5eeb41f30ca Mon Sep 17 00:00:00 2001 From: kittapath Date: Tue, 29 Oct 2024 14:35:02 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=97=E0=B8=B3?= =?UTF-8?q?=E0=B8=AA=E0=B8=B3=E0=B9=80=E0=B8=99=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/CommandController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 617db951..2f223782 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -796,8 +796,8 @@ export class CommandController extends Controller { copy.commandAffectDate = _null; copy.commandExcecuteDate = _null; copy.isSignature = _null; - copy.isDraft = _null; - copy.isSign = _null; + copy.isDraft = false; + copy.isSign = false; copy.createdUserId = request.user.sub; copy.createdFullName = request.user.name; copy.createdAt = new Date();