Last commit
This commit is contained in:
@@ -275,6 +275,11 @@ namespace TodoAPI2.Models
|
||||
existingEntity.score4 = i.score2;
|
||||
existingEntity.sumary4 = i.sumary2;
|
||||
}
|
||||
else if (i.who_update == "5")
|
||||
{
|
||||
existingEntity.score4 = i.score2;
|
||||
existingEntity.sumary4 = i.sumary2;
|
||||
}
|
||||
|
||||
//existingEntity.target_score1 = i.target_score1;
|
||||
//existingEntity.target_score2 = i.target_score2;
|
||||
|
||||
Reference in New Issue
Block a user