This commit is contained in:
高飞 2025-07-28 10:23:49 +08:00
parent ae4aec9516
commit da0956b6d9
4 changed files with 3 additions and 4 deletions

View File

@ -660,7 +660,7 @@
/// <returns></returns>
public static ListItem[] OrderTimeList()
{
ListItem[] lis = new ListItem[15];
ListItem[] lis = new ListItem[14];
//DateTime dd = Convert.ToDateTime("7:00").AddDays(1);
DateTime? dd = null;
for (int i = 0; i < 14; i++)

View File

@ -2,7 +2,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<UseIISExpress>true</UseIISExpress>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />

View File

@ -407,7 +407,6 @@ namespace FineUIPro.Web.WeldMat.UsingPlan
{
errorInfos += (i + 2) + "行, [时间段] 录入不正确</br>";
}
}
else
{

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />