no message
This commit is contained in:
parent
a064753efd
commit
f981e16243
1 changed files with 10 additions and 10 deletions
|
|
@ -380,7 +380,7 @@ export class OrganizationController extends Controller {
|
|||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON" ||
|
||||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON_ROLE"
|
||||
) {
|
||||
// employeePosMaster.next_holderId = item.current_holderId;
|
||||
employeePosMaster.current_holderId = item.current_holderId;
|
||||
} else {
|
||||
// employeePosMaster.next_holderId = null;
|
||||
employeePosMaster.isSit = false;
|
||||
|
|
@ -440,7 +440,7 @@ export class OrganizationController extends Controller {
|
|||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON" ||
|
||||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON_ROLE"
|
||||
) {
|
||||
// employeeTempPosMaster.next_holderId = item.current_holderId;
|
||||
employeeTempPosMaster.current_holderId = item.current_holderId;
|
||||
} else {
|
||||
// employeeTempPosMaster.next_holderId = null;
|
||||
employeeTempPosMaster.isSit = false;
|
||||
|
|
@ -584,7 +584,7 @@ export class OrganizationController extends Controller {
|
|||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON" ||
|
||||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON_ROLE"
|
||||
) {
|
||||
// employeePosMaster.next_holderId = item.current_holderId;
|
||||
employeePosMaster.current_holderId = item.current_holderId;
|
||||
} else {
|
||||
// employeePosMaster.next_holderId = null;
|
||||
employeePosMaster.isSit = false;
|
||||
|
|
@ -646,7 +646,7 @@ export class OrganizationController extends Controller {
|
|||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON" ||
|
||||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON_ROLE"
|
||||
) {
|
||||
// employeeTempPosMaster.next_holderId = item.current_holderId;
|
||||
employeeTempPosMaster.current_holderId = item.current_holderId;
|
||||
} else {
|
||||
// employeeTempPosMaster.next_holderId = null;
|
||||
employeeTempPosMaster.isSit = false;
|
||||
|
|
@ -792,7 +792,7 @@ export class OrganizationController extends Controller {
|
|||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON" ||
|
||||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON_ROLE"
|
||||
) {
|
||||
// employeePosMaster.next_holderId = item.current_holderId;
|
||||
employeePosMaster.current_holderId = item.current_holderId;
|
||||
} else {
|
||||
// employeePosMaster.next_holderId = null;
|
||||
employeePosMaster.isSit = false;
|
||||
|
|
@ -858,7 +858,7 @@ export class OrganizationController extends Controller {
|
|||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON" ||
|
||||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON_ROLE"
|
||||
) {
|
||||
// employeeTempPosMaster.next_holderId = item.current_holderId;
|
||||
employeeTempPosMaster.current_holderId = item.current_holderId;
|
||||
} else {
|
||||
// employeeTempPosMaster.next_holderId = null;
|
||||
employeeTempPosMaster.isSit = false;
|
||||
|
|
@ -1009,7 +1009,7 @@ export class OrganizationController extends Controller {
|
|||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON" ||
|
||||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON_ROLE"
|
||||
) {
|
||||
// employeePosMaster.next_holderId = item.current_holderId;
|
||||
employeePosMaster.current_holderId = item.current_holderId;
|
||||
} else {
|
||||
// employeePosMaster.next_holderId = null;
|
||||
employeePosMaster.isSit = false;
|
||||
|
|
@ -1075,7 +1075,7 @@ export class OrganizationController extends Controller {
|
|||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON" ||
|
||||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON_ROLE"
|
||||
) {
|
||||
// employeeTempPosMaster.next_holderId = item.current_holderId;
|
||||
employeeTempPosMaster.current_holderId = item.current_holderId;
|
||||
} else {
|
||||
// employeeTempPosMaster.next_holderId = null;
|
||||
employeeTempPosMaster.isSit = false;
|
||||
|
|
@ -1226,7 +1226,7 @@ export class OrganizationController extends Controller {
|
|||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON" ||
|
||||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON_ROLE"
|
||||
) {
|
||||
// employeePosMaster.next_holderId = item.current_holderId;
|
||||
employeePosMaster.current_holderId = item.current_holderId;
|
||||
} else {
|
||||
// employeePosMaster.next_holderId = null;
|
||||
employeePosMaster.isSit = false;
|
||||
|
|
@ -1289,7 +1289,7 @@ export class OrganizationController extends Controller {
|
|||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON" ||
|
||||
requestBody.typeDraft.toUpperCase() == "ORG_POSITION_PERSON_ROLE"
|
||||
) {
|
||||
// employeeTempPosMaster.next_holderId = item.current_holderId;
|
||||
employeeTempPosMaster.current_holderId = item.current_holderId;
|
||||
} else {
|
||||
// employeeTempPosMaster.next_holderId = null;
|
||||
employeeTempPosMaster.isSit = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue