no message

This commit is contained in:
kittapath 2025-02-18 10:49:58 +07:00
parent 3173904ea1
commit 3fb433dbe3
2 changed files with 7 additions and 5 deletions

View file

@ -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({