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

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);
}
}

View File

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

5
build_command.txt Normal file
View File

@@ -0,0 +1,5 @@
docker build -t registry.gitlab.com/zd-team/tb/tb320eva_zd .
docker login registry.gitlab.com -u <your username> -p <your password>
docker push registry.gitlab.com/zd-team/tb/tb320eva_zd