ปรับการคำนวณคะแนน ขั้นสุดท้าย

This commit is contained in:
nakorn
2021-10-23 17:17:05 +07:00
parent f6b58c8406
commit 544d1224de
3 changed files with 7 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ namespace TodoAPI2.Models
}
else
{
return (0, null);
return (detail.score_chief, detail.level_score_chief);
}
}