提交代码

This commit is contained in:
高飞 2024-04-30 13:13:22 +08:00
parent 475d273bc5
commit 32b733b1ba
6 changed files with 849 additions and 1119 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/SGGL/FineUIPro.Web/FileUpload/Solution/2024-03
/SGGL/FineUIPro.Web/FileUpload/TestRun/TestRunMonthSummary/2024-03
/SGGL/FineUIPro.Web/FileUpload/TestRun/TestRunMonthSummary/2024-04
/SGGLPackFile

View File

@ -34,6 +34,52 @@ update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='GB8624-2013'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='Q370/Q345'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='Y1201023'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-92'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-116'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-195'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-9'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-197'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-65'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-188'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-107'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-125'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-130'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-43'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-102'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='有质量证明文件'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-16'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-78'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-219'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-74'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-14'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-20'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-182'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-159'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-114'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-249'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='J1011003'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='GB8624-2012'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-173'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-294'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-22'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-289'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-116'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='江苏东鹏新型建材有限公司'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-104'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-131'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-140'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='0-84'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-142'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-175'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-280'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-51'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-167'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-274'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-156'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-154'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-147'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode ='1-277'
update Comprehensive_InspectionEquipment set RemarkCode = null where RemarkCode like '%-%'
go
alter table Comprehensive_InspectionEquipment alter column RemarkCode int

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>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress>false</Use64BitIISExpress>
<IISExpressSSLPort />

View File

@ -12,7 +12,7 @@
<appSettings>
<!--连接字符串-->
<!--<add key="ConnectionString" value="Server=.;Database=SGGLDB_WH;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Connect Timeout=1200"/>-->
<add key="ConnectionString" value="Server=.\SQL2012;Database=SGGLDB_WH;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Connect Timeout=1200"/>
<add key="ConnectionString" value="Server=.;Database=SGGLDB_WH;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Connect Timeout=1200"/>
<!--系统名称-->
<add key="SystemName" value="智慧施工管理信息系统V1.0"/>
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
@ -77,7 +77,7 @@
<add verb="GET" path="res.axd" type="FineUIPro.ResourceHandler, FineUIPro" validate="false"/>
<add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
</httpHandlers>
<compilation debug="true" targetFramework="4.6.1"/>
<compilation debug="false" targetFramework="4.6.1"/>
<httpRuntime requestValidationMode="2.0" maxRequestLength="2147483647" executionTimeout="36000"/>
<authentication mode="Forms">
<forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/"/>

File diff suppressed because it is too large Load Diff

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>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />