no message

This commit is contained in:
Bright 2025-06-13 18:08:01 +07:00
parent 264fafdcbf
commit c5f712467a

View file

@ -2227,12 +2227,12 @@ export class EvaluationController {
setLogDataDiff(request, { before: null, after: evaluationLogs });
}
const before = structuredClone(evaluation);
let typeTh = evaluation.type == "EXPERT" ? "ชำนาญการ" : evaluation.type == "EXPERTISE" ? "เชียวชาญ" : evaluation.type == "SPECIAL_EXPERT" ? "ชำนาญการพิเศษ":"";
evaluation.step = "PREPARE_DOC_V2";
evaluation.subjectDoc2 = evaluation.subject;
evaluation.authorDoc2 = evaluation.author;
evaluation.assignedPosition = evaluation.position; //xxxxxxxxxx
evaluation.assignedPosLevel = "xxxxxxxx"; //xxxxxxxxxx
evaluation.assignedPosLevel = typeTh;
evaluation.commanderFullnameDoc2 = evaluation.commanderFullname;
evaluation.commanderPositionDoc2 = evaluation.commanderPosition;
evaluation.commanderAboveFullnameDoc2 = evaluation.commanderAboveFullname;