Merge branch 'develop' into adiDev
This commit is contained in:
commit
83a130b6f5
1 changed files with 3 additions and 0 deletions
|
|
@ -505,6 +505,9 @@ export class PositionController extends Controller {
|
||||||
if (!posMaster) {
|
if (!posMaster) {
|
||||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลอัตรากำลัง");
|
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลอัตรากำลัง");
|
||||||
}
|
}
|
||||||
|
posMaster.posMasterNo = requestBody.posMasterNo;
|
||||||
|
posMaster.posMasterNoPrefix = requestBody.posMasterNoPrefix;
|
||||||
|
posMaster.posMasterNoSuffix = requestBody.posMasterNoSuffix;
|
||||||
posMaster.orgRootId = null;
|
posMaster.orgRootId = null;
|
||||||
posMaster.orgChild1Id = null;
|
posMaster.orgChild1Id = null;
|
||||||
posMaster.orgChild2Id = null;
|
posMaster.orgChild2Id = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue