แสดงรูปหลักฐานชำระ
This commit is contained in:
parent
43898213b2
commit
ab86c20b84
6 changed files with 75 additions and 8 deletions
|
|
@ -595,7 +595,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
|
||||
if (item != null)
|
||||
{
|
||||
if (candidate.Status == "checkPoint")
|
||||
if (candidate.Status == "checkPoint" || candidate.Status == "done")
|
||||
{
|
||||
candidate.Point = item.Point;
|
||||
candidate.Status = "done";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue