no message
This commit is contained in:
parent
22d45ea7ec
commit
58d1003ecc
1 changed files with 7 additions and 0 deletions
|
|
@ -636,6 +636,7 @@ export class OrganizationDotnetController extends Controller {
|
||||||
orgChild2Id: org?.child2 ?? "",
|
orgChild2Id: org?.child2 ?? "",
|
||||||
orgChild3Id: org?.child3 ?? "",
|
orgChild3Id: org?.child3 ?? "",
|
||||||
orgChild4Id: org?.child4 ?? "",
|
orgChild4Id: org?.child4 ?? "",
|
||||||
|
current_holderId: Not(IsNull()),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -659,6 +660,7 @@ export class OrganizationDotnetController extends Controller {
|
||||||
orgChild2Id: org?.child2 ?? "",
|
orgChild2Id: org?.child2 ?? "",
|
||||||
orgChild3Id: org?.child3 ?? "",
|
orgChild3Id: org?.child3 ?? "",
|
||||||
orgChild4Id: IsNull(),
|
orgChild4Id: IsNull(),
|
||||||
|
current_holderId: Not(IsNull()),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
if (pos) {
|
if (pos) {
|
||||||
|
|
@ -681,6 +683,7 @@ export class OrganizationDotnetController extends Controller {
|
||||||
orgChild2Id: org?.child2 ?? "",
|
orgChild2Id: org?.child2 ?? "",
|
||||||
orgChild3Id: IsNull(),
|
orgChild3Id: IsNull(),
|
||||||
orgChild4Id: IsNull(),
|
orgChild4Id: IsNull(),
|
||||||
|
current_holderId: Not(IsNull()),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
if (pos) {
|
if (pos) {
|
||||||
|
|
@ -703,6 +706,7 @@ export class OrganizationDotnetController extends Controller {
|
||||||
orgChild2Id: IsNull(),
|
orgChild2Id: IsNull(),
|
||||||
orgChild3Id: IsNull(),
|
orgChild3Id: IsNull(),
|
||||||
orgChild4Id: IsNull(),
|
orgChild4Id: IsNull(),
|
||||||
|
current_holderId: Not(IsNull()),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
if (pos) {
|
if (pos) {
|
||||||
|
|
@ -719,11 +723,13 @@ export class OrganizationDotnetController extends Controller {
|
||||||
orgRevisionIsCurrent: true,
|
orgRevisionIsCurrent: true,
|
||||||
orgRevisionIsDraft: false,
|
orgRevisionIsDraft: false,
|
||||||
},
|
},
|
||||||
|
isDirector: true,
|
||||||
orgRootId: org?.root ?? "",
|
orgRootId: org?.root ?? "",
|
||||||
orgChild1Id: IsNull(),
|
orgChild1Id: IsNull(),
|
||||||
orgChild2Id: IsNull(),
|
orgChild2Id: IsNull(),
|
||||||
orgChild3Id: IsNull(),
|
orgChild3Id: IsNull(),
|
||||||
orgChild4Id: IsNull(),
|
orgChild4Id: IsNull(),
|
||||||
|
current_holderId: Not(IsNull()),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
if (pos) {
|
if (pos) {
|
||||||
|
|
@ -852,6 +858,7 @@ export class OrganizationDotnetController extends Controller {
|
||||||
profileInsignia: profile.profileInsignias.length > 0 ? profile.profileInsignias[0] : null,
|
profileInsignia: profile.profileInsignias.length > 0 ? profile.profileInsignias[0] : null,
|
||||||
profileType: "OFFICER",
|
profileType: "OFFICER",
|
||||||
};
|
};
|
||||||
|
console.log("11111111111111131");
|
||||||
|
|
||||||
return new HttpSuccess(mapProfile);
|
return new HttpSuccess(mapProfile);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue