ปรับปรุง การอนุมัติแบบข้อตกลง ของ ผอ
This commit is contained in:
@@ -187,10 +187,10 @@ namespace TodoAPI2.Models
|
||||
where k.id == model.id
|
||||
select k).FirstOrDefault();
|
||||
|
||||
if (current_detail.status_chief_a == "Y")
|
||||
{
|
||||
throw new Exception("ผู้ประเมิน อนุมัติข้อตกลงไปแล้ว บันทึกไม่ได้");
|
||||
}
|
||||
//if (current_detail.status_chief_a == "Y")
|
||||
//{
|
||||
// throw new Exception("ผู้ประเมิน อนุมัติข้อตกลงไปแล้ว บันทึกไม่ได้");
|
||||
//}
|
||||
|
||||
existingEntity.create_evaluation_id = model.create_evaluation_id;
|
||||
existingEntity.chief_a = model.chief_a;
|
||||
|
||||
Reference in New Issue
Block a user