From f1fb0665c7fd8067c6f93612f8560f8805d03e85 Mon Sep 17 00:00:00 2001 From: Bright Date: Mon, 6 Jan 2025 12:00:42 +0700 Subject: [PATCH] no message --- src/controllers/CommandTypeController.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/controllers/CommandTypeController.ts b/src/controllers/CommandTypeController.ts index d0094066..2fdf3c67 100644 --- a/src/controllers/CommandTypeController.ts +++ b/src/controllers/CommandTypeController.ts @@ -181,17 +181,17 @@ export class CommandTypeController extends Controller { name4: "๔. ..........................กรรมการ", persons: [ { - no: "-", - org: "-", - fullName: "-", - citizenId: "-", - position: "-", - posLevel: "-", - posNo: "-", - amount: "-", - dateRetire: "-", - dateExecute: "-", - remark: "-" + no: "", + org: "", + fullName: "", + citizenId: "", + position: "", + posLevel: "", + posNo: "", + amount: "", + dateRetire: "", + dateExecute: "", + remark: "" } ] };