no message

This commit is contained in:
Kittapath 2024-03-18 20:05:39 +07:00
parent 1943d15677
commit fae2ee80b1

View file

@ -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;