fullNameCurrentHolder และ fullNameNextHolder สลับกัน org_053 (master/list)
This commit is contained in:
parent
ca9a699d42
commit
3bfbb93691
1 changed files with 4 additions and 4 deletions
|
|
@ -795,11 +795,11 @@ export class PositionController extends Controller {
|
|||
posMasterNoPrefix: posMaster.posMasterNoPrefix,
|
||||
posMasterNo: posMaster.posMasterNo,
|
||||
posMasterNoSuffix: posMaster.posMasterNoSuffix,
|
||||
fullNameNextHolder:
|
||||
fullNameCurrentHolder:
|
||||
posMaster.current_holder == null
|
||||
? null
|
||||
: `${posMaster.current_holder.prefix}${posMaster.current_holder.firstName} ${posMaster.current_holder.lastName}`,
|
||||
fullNameCurrentHolder:
|
||||
fullNameNextHolder:
|
||||
posMaster.next_holder == null
|
||||
? null
|
||||
: `${posMaster.next_holder.prefix}${posMaster.next_holder.firstName} ${posMaster.next_holder.lastName}`,
|
||||
|
|
@ -1359,9 +1359,9 @@ export class PositionController extends Controller {
|
|||
}
|
||||
}
|
||||
/**
|
||||
* API สร้างทะเบียนประวัติ
|
||||
* API สร้างคนครองตำแหน่ง
|
||||
*
|
||||
* @summary ORG_065 - สร้างทะเบียนประวัติ (ADMIN) #70
|
||||
* @summary ORG_064 - สร้างคนครองตำแหน่ง (ADMIN) #70
|
||||
*
|
||||
*/
|
||||
@Post("profile")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue