no message
This commit is contained in:
parent
1943d15677
commit
fae2ee80b1
1 changed files with 1 additions and 0 deletions
|
|
@ -229,6 +229,7 @@ export class PositionController extends Controller {
|
|||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ข้อมูล Row นี้มีอยู่ในระบบแล้ว");
|
||||
}
|
||||
|
||||
posDict.posExecutiveId = posExecutive == null ? null : posExecutive.id;
|
||||
posDict.createdUserId = request.user.sub;
|
||||
posDict.createdFullName = request.user.name;
|
||||
posDict.lastUpdateUserId = request.user.sub;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue