This commit is contained in:
tanglong 2025-09-10 16:35:04 +08:00
parent f644a9949f
commit 41ace2a81d
5 changed files with 5 additions and 5 deletions

View File

@ -438,7 +438,7 @@ namespace YD_XinWei.Api.Services.Impl
{
value = (data.Achievement2 ?? 0) / 10;
sportsTestValueEntity.Height = (data.Achievement ?? 0) / 10;
sportsTestValueEntity.Weight = (data.OriginalAchievement) ?? 0 / 100;
sportsTestValueEntity.Weight = (data.OriginalAchievement ?? 0) / 100;
}
else
value = data.Achievement ?? 0;

View File

@ -1927,8 +1927,8 @@
"format": "int32"
},
"excellentRate": {
"type": "number",
"format": "double"
"type": "integer",
"format": "int32"
},
"maleRankList": {
"type": "array",

View File

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("YD_XinWei.Api")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5be6a4cec771d39e9c75d95a5779e2d3b2d59a7c")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f644a9949f695121dc17764bbf5588a931890e45")]
[assembly: System.Reflection.AssemblyProductAttribute("YD_XinWei.Api")]
[assembly: System.Reflection.AssemblyTitleAttribute("YD_XinWei.Api")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
c53a3f98418e581d61c03dd16d703ac7a0ae765f29ab2855c2ed2917af878f0e
d2ffde4bd6e5a6a96bc45bb077d08e7e1c73f8e77a76c58a75929820e412cbd7