เพิ่มเคลีย isSit เป็น 0 #193
This commit is contained in:
parent
bfea0438f8
commit
1a50a62b7a
1 changed files with 2 additions and 0 deletions
|
|
@ -1692,6 +1692,7 @@ export class CommandController extends Controller {
|
|||
_position.lastUpdatedAt = _Date;
|
||||
await this.positionRepository.save(_position);
|
||||
}
|
||||
_posMaster.isSit = false;
|
||||
_posMaster.current_holderId = null;
|
||||
_posMaster.lastUpdateFullName = "System Administrator";
|
||||
_posMaster.lastUpdatedAt = _Date;
|
||||
|
|
@ -1718,6 +1719,7 @@ export class CommandController extends Controller {
|
|||
_position.lastUpdatedAt = _Date;
|
||||
await this.employeePositionRepository.save(_position);
|
||||
}
|
||||
_posMaster.isSit = false;
|
||||
_posMaster.current_holderId = null;
|
||||
_posMaster.lastUpdateFullName = "System Administrator";
|
||||
_posMaster.lastUpdatedAt = _Date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue