ปรับการคำนวณคะแนน ขั้นสุดท้าย
This commit is contained in:
@@ -98,7 +98,7 @@ namespace TodoAPI2.Models
|
||||
}
|
||||
else
|
||||
{
|
||||
return (0, null);
|
||||
return (detail.score_chief, detail.level_score_chief);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
5
build_command.txt
Normal 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
|
||||
Reference in New Issue
Block a user