diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index 8e170bfd..c486c017 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -8046,7 +8046,10 @@ export class OrganizationController extends Controller { ], }); if (posMaster.length <= 0) { - return new HttpSuccess({ name: "", position: "" }); + return new HttpSuccess({ + name: ".............................", + position: ".............................", + }); } if (posMaster[0].current_holder == null) { if ( @@ -8055,8 +8058,8 @@ export class OrganizationController extends Controller { posMaster[0].posMasterActChilds[0].posMasterChild.current_holder == null ) { return new HttpSuccess({ - name: "", - position: "", + name: ".............................", + position: ".............................", }); } return new HttpSuccess({ diff --git a/src/entities/ProfileEducation.ts b/src/entities/ProfileEducation.ts index 62733214..be379d85 100644 --- a/src/entities/ProfileEducation.ts +++ b/src/entities/ProfileEducation.ts @@ -178,8 +178,7 @@ export class ProfileEducation extends EntityBase { @Column({ nullable: true, - comment: - "ลำดับชั้นของเครื่องราช เอาไว้ตรวจสอบเวลาขอว่าต้องได้ชั้นที่สูงกว่าที่เคยได้รับแล้วเท่านั้น", + comment: "ลำดับ", default: null, }) level: number;