diff --git a/src/controllers/InsigniaController.ts b/src/controllers/InsigniaController.ts index e4fb79b1..84d97877 100644 --- a/src/controllers/InsigniaController.ts +++ b/src/controllers/InsigniaController.ts @@ -202,6 +202,7 @@ export class InsigniaController extends Controller { id: item.id, name: item.name, shortName: item.shortName, + insigniaTypeId: item.insigniaTypeId, insigniaTypeName: item.insigniaType == null ? null : item.insigniaType.name, //ลำดับชั้นเครื่องราช createdAt: item.createdAt, lastUpdatedAt: item.lastUpdatedAt,