no message
This commit is contained in:
parent
3173904ea1
commit
3fb433dbe3
2 changed files with 7 additions and 5 deletions
|
|
@ -8046,7 +8046,10 @@ export class OrganizationController extends Controller {
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
if (posMaster.length <= 0) {
|
if (posMaster.length <= 0) {
|
||||||
return new HttpSuccess({ name: "", position: "" });
|
return new HttpSuccess({
|
||||||
|
name: ".............................",
|
||||||
|
position: ".............................",
|
||||||
|
});
|
||||||
}
|
}
|
||||||
if (posMaster[0].current_holder == null) {
|
if (posMaster[0].current_holder == null) {
|
||||||
if (
|
if (
|
||||||
|
|
@ -8055,8 +8058,8 @@ export class OrganizationController extends Controller {
|
||||||
posMaster[0].posMasterActChilds[0].posMasterChild.current_holder == null
|
posMaster[0].posMasterActChilds[0].posMasterChild.current_holder == null
|
||||||
) {
|
) {
|
||||||
return new HttpSuccess({
|
return new HttpSuccess({
|
||||||
name: "",
|
name: ".............................",
|
||||||
position: "",
|
position: ".............................",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return new HttpSuccess({
|
return new HttpSuccess({
|
||||||
|
|
|
||||||
|
|
@ -178,8 +178,7 @@ export class ProfileEducation extends EntityBase {
|
||||||
|
|
||||||
@Column({
|
@Column({
|
||||||
nullable: true,
|
nullable: true,
|
||||||
comment:
|
comment: "ลำดับ",
|
||||||
"ลำดับชั้นของเครื่องราช เอาไว้ตรวจสอบเวลาขอว่าต้องได้ชั้นที่สูงกว่าที่เคยได้รับแล้วเท่านั้น",
|
|
||||||
default: null,
|
default: null,
|
||||||
})
|
})
|
||||||
level: number;
|
level: number;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue