修复bug
This commit is contained in:
parent
1c46931040
commit
f896f76693
Binary file not shown.
Binary file not shown.
|
@ -267,18 +267,6 @@ namespace LonglslandExhibitionCenter.Controllers.api
|
|||
data_model.Electrovalence = Math.Round(Convert.ToDecimal(data_model.Electricity / total), 8);
|
||||
}
|
||||
data.Add(data_model);
|
||||
|
||||
month_bll.Add(new DataService.Model.electricity_month()
|
||||
{
|
||||
MonthId = Guid.NewGuid().ToString("N"),
|
||||
Needle = Needle.ToString(),
|
||||
Peak = Peak.ToString(),
|
||||
Flat = Flat.ToString(),
|
||||
Grain = Grain.ToString(),
|
||||
Deep = Deep.ToString(),
|
||||
CreateTime = now,
|
||||
EntireTime = month
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<IISExpressWindowsAuthentication />
|
||||
<IISExpressUseClassicPipelineMode />
|
||||
<UseGlobalApplicationHostFile />
|
||||
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||
<NameOfLastUsedPublishProfile>F:\项目\长岛展览馆\项目\LonglslandExhibitionCenter\LonglslandExhibitionCenter\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
|
||||
<Controller_SelectedScaffolderID>ApiControllerEmptyScaffolder</Controller_SelectedScaffolderID>
|
||||
<Controller_SelectedScaffolderCategoryPath>root/Common/Web API</Controller_SelectedScaffolderCategoryPath>
|
||||
|
|
|
@ -106,10 +106,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|||
<publishTime>08/13/2024 17:44:43</publishTime>
|
||||
</File>
|
||||
<File Include="bin/LonglslandExhibitionCenter.dll">
|
||||
<publishTime>08/21/2024 11:09:22</publishTime>
|
||||
<publishTime>08/22/2024 08:47:34</publishTime>
|
||||
</File>
|
||||
<File Include="bin/LonglslandExhibitionCenter.pdb">
|
||||
<publishTime>08/21/2024 11:09:22</publishTime>
|
||||
<publishTime>08/22/2024 08:47:34</publishTime>
|
||||
</File>
|
||||
<File Include="bin/MathNet.Numerics.dll">
|
||||
<publishTime>04/03/2022 22:02:06</publishTime>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue