From 9c80220cfe2f15dccd946f1826bf5891014b5110 Mon Sep 17 00:00:00 2001 From: wendy <408182087@qq.com> Date: Mon, 19 May 2025 10:08:00 +0800 Subject: [PATCH] 20250519 --- .../CommissionRepairPrint.aspx | 2 +- .../CommissionRepairPrint.aspx.cs | 8 +- .../ContinuousPrint/TestOrderPrint.aspx | 2 +- .../ContinuousPrint/TestOrderPrint.aspx.cs | 8 +- .../WeldingJointInspection.aspx | 2 +- .../WeldingJointInspection.aspx.cs | 8 +- .../ContinuousPrint/WeldingRecordPrint.aspx | 5 +- .../WeldingRecordPrint.aspx.cs | 8 +- HJGL_DS/FineUIPro.Web/ErrLog.txt | 87 +-------- .../File/Fastreport/管道焊接工作记录.frx | 4 +- .../Fastreport/管道焊接接头报检检查记录.frx | 4 +- .../File/Fastreport/管道焊缝检测委托单.frx | 4 +- .../File/Fastreport/管道轴测图附页.frx | 171 ++++++++++++++++++ HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj | 28 +++ .../FineUIPro.Web/FineUIPro.Web.csproj.user | 2 +- HJGL_DS/FineUIPro.Web/Web.config | 4 +- HJGL_DS/WebAPI/WebAPI.csproj.user | 2 +- 17 files changed, 231 insertions(+), 118 deletions(-) create mode 100644 HJGL_DS/FineUIPro.Web/File/Fastreport/管道轴测图附页.frx diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx b/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx index b23d20b..b292760 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx @@ -73,7 +73,7 @@ + SortDirection="ASC" EnableCheckBoxSelect="true" EnableMultiSelect="false"> diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx.cs b/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx.cs index 8cd55b8..5ad10cb 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/CommissionRepairPrint.aspx.cs @@ -73,7 +73,7 @@ namespace FineUIPro.Web.ContinuousPrint SqlParameter[] parameter = listStr.ToArray(); Grid2.DataSource = SQLHelper.GetDataTableRunText(strSql, parameter); Grid2.DataBind(); - Grid2.SelectAllRows(); + //Grid2.SelectAllRows(); } #endregion @@ -195,8 +195,8 @@ namespace FineUIPro.Web.ContinuousPrint { for (int gi = 0; gi < Grid2.Rows.Count; gi++) { - if (Grid2.SelectedRowIndexArray.Contains(gi)) - { + //if (Grid2.SelectedRowIndexArray.Contains(gi)) + //{ System.Web.UI.WebControls.HiddenField hidCH_RepairID = Grid2.Rows[gi].FindControl("hidCH_RepairID") as System.Web.UI.WebControls.HiddenField; System.Web.UI.WebControls.HiddenField hidProjectName = Grid2.Rows[gi].FindControl("hidProjectName") as System.Web.UI.WebControls.HiddenField; Model.HJGL_CH_Repair repair = HJGL_RepairService.GetCH_RepairByID(hidCH_RepairID.Value); @@ -344,7 +344,7 @@ namespace FineUIPro.Web.ContinuousPrint BLL.Common.FastReportService.AddFastreportParameter(keyValuePairs); - } + //} } initTemplatePath = "File\\Fastreport\\管道焊缝检测委托单.frx"; diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx b/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx index cafe50d..07b6008 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx @@ -73,7 +73,7 @@ + SortDirection="ASC" EnableCheckBoxSelect="true" EnableMultiSelect="false"> diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx.cs b/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx.cs index 5eadc0d..2a5513f 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/TestOrderPrint.aspx.cs @@ -71,7 +71,7 @@ namespace FineUIPro.Web.ContinuousPrint SqlParameter[] parameter = listStr.ToArray(); Grid2.DataSource = SQLHelper.GetDataTableRunText(strSql, parameter); Grid2.DataBind(); - Grid2.SelectAllRows(); + //Grid2.SelectAllRows(); } #endregion @@ -194,8 +194,8 @@ namespace FineUIPro.Web.ContinuousPrint { for (int gi = 0; gi < Grid2.Rows.Count; gi++) { - if (Grid2.SelectedRowIndexArray.Contains(gi)) - { + //if (Grid2.SelectedRowIndexArray.Contains(gi)) + //{ System.Web.UI.WebControls.HiddenField CH_TrustID = Grid2.Rows[gi].FindControl("hidCH_TrustID") as System.Web.UI.WebControls.HiddenField; System.Web.UI.WebControls.HiddenField hidProjectName = Grid2.Rows[gi].FindControl("hidProjectName") as System.Web.UI.WebControls.HiddenField; //修改数据 @@ -353,7 +353,7 @@ namespace FineUIPro.Web.ContinuousPrint } } - } + //} } diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx index 60cdc00..d2cb559 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx @@ -73,7 +73,7 @@ + SortDirection="ASC" EnableCheckBoxSelect="true" EnableMultiSelect="false"> diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs index a09a319..5eab903 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingJointInspection.aspx.cs @@ -68,7 +68,7 @@ namespace FineUIPro.Web.ContinuousPrint SqlParameter[] parameter = listStr.ToArray(); Grid2.DataSource = SQLHelper.GetDataTableRunText(strSql, parameter); Grid2.DataBind(); - Grid2.SelectAllRows(); + //Grid2.SelectAllRows(); } #endregion @@ -179,8 +179,8 @@ namespace FineUIPro.Web.ContinuousPrint { for (int gi = 0; gi < Grid2.Rows.Count; gi++) { - if (Grid2.SelectedRowIndexArray.Contains(gi)) - { + //if (Grid2.SelectedRowIndexArray.Contains(gi)) + //{ System.Web.UI.WebControls.HiddenField hidProjectId = Grid2.Rows[gi].FindControl("hidProjectId") as System.Web.UI.WebControls.HiddenField; System.Web.UI.WebControls.HiddenField hidNDTR_ID = Grid2.Rows[gi].FindControl("hidNDTR_ID") as System.Web.UI.WebControls.HiddenField; System.Web.UI.WebControls.HiddenField hidJOTY_Group = Grid2.Rows[gi].FindControl("hidJOTY_Group") as System.Web.UI.WebControls.HiddenField; @@ -260,7 +260,7 @@ namespace FineUIPro.Web.ContinuousPrint PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../common/ReportPrint/Fastreport.aspx?ReportPath={0}", rootPath + initTemplatePath))); } - } + //} } } diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx index 3cf8627..fc18c90 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx @@ -19,8 +19,7 @@ BoxFlex="1" DataKeyNames="ID" AllowCellEditing="true" DataIDField="ProjectId" AllowSorting="true" SortField="ProjectId" SortDirection="DESC" OnSort="Grid1_Sort" AllowPaging="true" IsDatabasePaging="true" PageSize="15" OnPageIndexChange="Grid1_PageIndexChange" - EnableRowSelectEvent="true" EnableRowClickEvent="true" - OnRowClick="Grid1_RowClick"> + EnableRowSelectEvent="true" EnableRowClickEvent="true" OnRowClick="Grid1_RowClick"> @@ -73,7 +72,7 @@ + SortDirection="ASC" EnableCheckBoxSelect="true" EnableMultiSelect="false"> diff --git a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx.cs b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx.cs index 2ed0ef5..c8243bd 100644 --- a/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/ContinuousPrint/WeldingRecordPrint.aspx.cs @@ -53,7 +53,7 @@ namespace FineUIPro.Web.ContinuousPrint SqlParameter[] parameter = listStr.ToArray(); Grid2.DataSource = SQLHelper.GetDataTableRunText(strSql, parameter); Grid2.DataBind(); - Grid2.SelectAllRows(); + //Grid2.SelectAllRows(); } #endregion @@ -170,8 +170,8 @@ namespace FineUIPro.Web.ContinuousPrint { for (int gi = 0; gi < Grid2.Rows.Count; gi++) { - if (Grid2.SelectedRowIndexArray.Contains(gi)) - { + //if (Grid2.SelectedRowIndexArray.Contains(gi)) + //{ System.Web.UI.WebControls.HiddenField hidISO_ID = Grid2.Rows[gi].FindControl("hidISO_ID") as System.Web.UI.WebControls.HiddenField; System.Web.UI.WebControls.HiddenField hidProjectName = Grid2.Rows[gi].FindControl("hidProjectName") as System.Web.UI.WebControls.HiddenField; var listStr = new List(); @@ -217,7 +217,7 @@ namespace FineUIPro.Web.ContinuousPrint initTemplatePath = "File\\Fastreport\\管道焊接工作记录.frx"; } - } + //} } if (File.Exists(rootPath + initTemplatePath)) { diff --git a/HJGL_DS/FineUIPro.Web/ErrLog.txt b/HJGL_DS/FineUIPro.Web/ErrLog.txt index 042c148..5f28270 100644 --- a/HJGL_DS/FineUIPro.Web/ErrLog.txt +++ b/HJGL_DS/FineUIPro.Web/ErrLog.txt @@ -1,86 +1 @@ - -错误信息开始=====> -错误类型:SqlException -错误信息:在与 SQL Server 建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。 (provider: SQL Network Interfaces, error: 26 - 定位指定的服务器/实例时出错) -错误堆栈: - 在 System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager) - 在 System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions) - 在 System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions) - 在 System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) - 在 System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection) - 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) - 在 System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) - 在 System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) - 在 System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) - 在 System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) - 在 System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) - 在 System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) - 在 System.Data.SqlClient.SqlConnection.Open() - 在 System.Data.Linq.SqlClient.SqlConnectionManager.UseConnection(IConnectionUser user) - 在 System.Data.Linq.SqlClient.SqlProvider.get_IsSqlCe() - 在 System.Data.Linq.SqlClient.SqlProvider.InitializeProviderMode() - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.DataQuery`1.System.Linq.IQueryProvider.Execute[S](Expression expression) - 在 System.Linq.Queryable.Count[TSource](IQueryable`1 source) - 在 BLL.Sys_UserService.UserLogOn(String account, String password, Boolean rememberMe, Page page) 位置 D:\工作\鼎盛\HJGL_DS\HJGL_DS\BLL\Common\SysManage\Sys_UserService.cs:行号 39 - 在 FineUIPro.Web.Login.btnLogin_Click(Object sender, EventArgs e) 位置 D:\工作\鼎盛\HJGL_DS\HJGL_DS\FineUIPro.Web\Login.aspx.cs:行号 52 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:05/12/2025 16:45:20 -出错文件:http://localhost:64304/Login.aspx -IP地址:::1 - -出错时间:05/12/2025 16:45:20 - - -错误信息开始=====> -错误类型:IndexOutOfRangeException -错误信息:无法找到列 ProjectCode。 -错误堆栈: - 在 System.Data.DataTable.ParseSortString(String sortString) - 在 System.Data.DataView.CheckSort(String sort) - 在 System.Data.DataView.set_Sort(String value) - 在 FineUIPro.Web.PageBase.GetPagedDataTable(Grid Grid1, DataTable tb) 位置 D:\工作\鼎盛\HJGL_DS\HJGL_DS\FineUIPro.Web\common\PageBase.cs:行号 328 - 在 FineUIPro.Web.HJGL.WeldingReport.WelderPerformance.BindGrid2() 位置 D:\工作\鼎盛\HJGL_DS\HJGL_DS\FineUIPro.Web\HJGL\WeldingReport\WelderPerformance.aspx.cs:行号 354 - 在 FineUIPro.Web.HJGL.WeldingReport.WelderPerformance.BtnAnalyse2_Click(Object sender, EventArgs e) 位置 D:\工作\鼎盛\HJGL_DS\HJGL_DS\FineUIPro.Web\HJGL\WeldingReport\WelderPerformance.aspx.cs:行号 414 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:05/16/2025 15:00:34 -出错文件:http://localhost:64304/HJGL/WeldingReport/WelderPerformance.aspx -IP地址:::1 -操作人员:管理员 - -出错时间:05/16/2025 15:00:34 - - -错误信息开始=====> -错误类型:IndexOutOfRangeException -错误信息:无法找到列 ProjectCode。 -错误堆栈: - 在 System.Data.DataTable.ParseSortString(String sortString) - 在 System.Data.DataView.CheckSort(String sort) - 在 System.Data.DataView.set_Sort(String value) - 在 FineUIPro.Web.PageBase.GetPagedDataTable(Grid Grid1, DataTable tb) 位置 D:\工作\鼎盛\HJGL_DS\HJGL_DS\FineUIPro.Web\common\PageBase.cs:行号 328 - 在 FineUIPro.Web.HJGL.WeldingReport.WelderPerformance.BindGrid2() 位置 D:\工作\鼎盛\HJGL_DS\HJGL_DS\FineUIPro.Web\HJGL\WeldingReport\WelderPerformance.aspx.cs:行号 354 - 在 FineUIPro.Web.HJGL.WeldingReport.WelderPerformance.BtnAnalyse2_Click(Object sender, EventArgs e) 位置 D:\工作\鼎盛\HJGL_DS\HJGL_DS\FineUIPro.Web\HJGL\WeldingReport\WelderPerformance.aspx.cs:行号 414 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:05/16/2025 15:00:37 -出错文件:http://localhost:64304/HJGL/WeldingReport/WelderPerformance.aspx -IP地址:::1 -操作人员:管理员 - -出错时间:05/16/2025 15:00:37 - + \ No newline at end of file diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接工作记录.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接工作记录.frx index 2587244..ccd7a3a 100644 --- a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接工作记录.frx +++ b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接工作记录.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -50,7 +50,7 @@ namespace FastReport } - + diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接接头报检检查记录.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接接头报检检查记录.frx index 840c70b..e2d3712 100644 --- a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接接头报检检查记录.frx +++ b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊接接头报检检查记录.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -42,7 +42,7 @@ namespace FastReport } - + diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊缝检测委托单.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊缝检测委托单.frx index 4168bc8..bc88314 100644 --- a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊缝检测委托单.frx +++ b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道焊缝检测委托单.frx @@ -1,5 +1,5 @@  - + using System; using System.Collections; using System.Collections.Generic; @@ -41,7 +41,7 @@ namespace FastReport } - + diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/管道轴测图附页.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道轴测图附页.frx new file mode 100644 index 0000000..d02c9ef --- /dev/null +++ b/HJGL_DS/FineUIPro.Web/File/Fastreport/管道轴测图附页.frx @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj index 5e0205f..45cdc54 100644 --- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj +++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj @@ -1448,6 +1448,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user index 8aa7c11..bf54086 100644 --- a/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user +++ b/HJGL_DS/FineUIPro.Web/FineUIPro.Web.csproj.user @@ -2,7 +2,7 @@ true - Release|Any CPU + Debug|Any CPU diff --git a/HJGL_DS/FineUIPro.Web/Web.config b/HJGL_DS/FineUIPro.Web/Web.config index bf404b8..a847e5c 100644 --- a/HJGL_DS/FineUIPro.Web/Web.config +++ b/HJGL_DS/FineUIPro.Web/Web.config @@ -11,7 +11,7 @@ - + @@ -50,7 +50,7 @@ - + diff --git a/HJGL_DS/WebAPI/WebAPI.csproj.user b/HJGL_DS/WebAPI/WebAPI.csproj.user index 28be9c4..a48b337 100644 --- a/HJGL_DS/WebAPI/WebAPI.csproj.user +++ b/HJGL_DS/WebAPI/WebAPI.csproj.user @@ -1,7 +1,7 @@  - Release|Any CPU + Debug|Any CPU FolderProfile true