Merge branch 'develop'
This commit is contained in:
commit
ae0b1cd335
3 changed files with 711 additions and 769 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -52,7 +52,7 @@ export class SurveyController extends Controller {
|
|||
order: { date_start: "DESC" },
|
||||
});
|
||||
if (!dataAssign) {
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลทดลองงาน");
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบผลการประเมินการทดลองปฏิบัติหน้าที่ราชการนี้");
|
||||
}
|
||||
const assign_id = dataAssign.id;
|
||||
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ async function logMiddleware(req: Request, res: Response, next: NextFunction) {
|
|||
logType: res.statusCode >= 500 ? "error" : res.statusCode >= 400 ? "warning" : "info",
|
||||
ip: req.ip,
|
||||
rootId: rootId?.orgRootId ?? null,
|
||||
systemName: "evaluation",
|
||||
systemName: "probation",
|
||||
startTimeStamp: timestamp,
|
||||
endTimeStamp: new Date().toISOString(),
|
||||
processTime: performance.now() - start,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue