diff --git a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReport.aspx.cs b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReport.aspx.cs index b37656b3..3882221a 100644 --- a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReport.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReport.aspx.cs @@ -2474,6 +2474,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew #endregion #region 11.压力管道监检情况 + /* var PressureInspection = reportItem.Where(x => x.ReType == "11").ToList(); if (PressureInspection.Count > 0) { @@ -2529,6 +2530,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew table.AutoFit(AutoFitBehavior.FixedColumnWidths); table.Alignment = TableAlignment.Center; } + */ #endregion #region 12.管道试压包管理情况 @@ -2589,6 +2591,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew #endregion #region 13.特种设备监检情况 + /* var SpecialInspection = reportItem.Where(x => x.ReType == "13").ToList(); if (SpecialInspection.Count > 0) { @@ -2643,6 +2646,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew table.AutoFit(AutoFitBehavior.FixedColumnWidths); table.Alignment = TableAlignment.Center; } + */ #endregion #region 14.NCR管理情况 diff --git a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx index f8979169..ddca4b79 100644 --- a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx +++ b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx @@ -1401,7 +1401,7 @@ <%--11.压力管道监检情况--%> - @@ -1444,9 +1444,9 @@ - + --%> <%--12.管道试压包管理情况--%> - @@ -1495,7 +1495,7 @@ <%--13.特种设备监检情况--%> - @@ -1539,9 +1539,9 @@ - + --%> <%--14.NCR管理情况--%> - @@ -1587,7 +1587,7 @@ <%--15.质量巡检情况--%> - @@ -1641,7 +1641,7 @@ <%--16.质量专项检查情况--%> - @@ -1684,7 +1684,7 @@ <%--17.质量文件上报情况--%> - @@ -1731,7 +1731,7 @@ <%--18.本月质量问题处理情况--%> - <%--19.下月质量控制重点--%> - @@ -1929,7 +1929,7 @@ <%--20.项目质量体系审核--%> - @@ -1946,7 +1946,7 @@ <%--21.类似项目管理经验教训应对措施及跟踪--%> - @@ -1964,7 +1964,7 @@ <%--22.附件--%> - @@ -1982,7 +1982,7 @@ <%--23.施工照片--%> - diff --git a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs index a9be6ca3..6c00c5fc 100644 --- a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs @@ -373,15 +373,17 @@ namespace FineUIPro.Web.CQMS.ManageReportNew var inspectionEquipment = LoadInspectionEquipmentDt(); var measuringInspection = LoadMeasuringInspectionDt(); var checkLotBindStatisc = CheckLotBindStatiscDt(); - var pressureInspection = LoadPressureInspectionDt(); + //var pressureInspection = LoadPressureInspectionDt(); var InspectionDataInspection = loadInspectionDataInspectionDt(); var pipingInspection = LoadPipingInspectionDt(); - var specialInspection = LoadSpecialInspectionDt(); + //var specialInspection = LoadSpecialInspectionDt(); var ncrManagementInspection = LoadNcrManagementInspectionDt(); var qualityInspection = LoadQualityInspectionDt(); var specialCheck = loadSpecialCheckDt(); var fileReport = loadFileReportDt(); - await Task.WhenAll(new[] { remarks, cqmsRemarks, generalPlanApproval, majorPlanApproval, inspectionTestPlan, designDetailsApprove, reviewDrawings, designChangeOrder, passWelder, processControl_NondestructiveTest, inspectionEquipment, measuringInspection, checkLotBindStatisc, InspectionDataInspection, pressureInspection, pipingInspection, specialInspection, ncrManagementInspection, qualityInspection, specialCheck, fileReport }); + + //await Task.WhenAll(new[] { remarks, cqmsRemarks, generalPlanApproval, majorPlanApproval, inspectionTestPlan, designDetailsApprove, reviewDrawings, designChangeOrder, passWelder, processControl_NondestructiveTest, inspectionEquipment, measuringInspection, checkLotBindStatisc, InspectionDataInspection, pressureInspection, pipingInspection, specialInspection, ncrManagementInspection, qualityInspection, specialCheck, fileReport }); + await Task.WhenAll(new[] { remarks, cqmsRemarks, generalPlanApproval, majorPlanApproval, inspectionTestPlan, designDetailsApprove, reviewDrawings, designChangeOrder, passWelder, processControl_NondestructiveTest, inspectionEquipment, measuringInspection, checkLotBindStatisc, InspectionDataInspection, pipingInspection, ncrManagementInspection, qualityInspection, specialCheck, fileReport }); var generalPlanApprovalData = await generalPlanApproval; var remarksData = await remarks; @@ -397,9 +399,9 @@ namespace FineUIPro.Web.CQMS.ManageReportNew var measuringInspectionData = await measuringInspection; var checkLotBindStatiscData = await checkLotBindStatisc; var InspectionDataInspectionData = await InspectionDataInspection; - var pressureInspectionData = await pressureInspection; + //var pressureInspectionData = await pressureInspection; var pipingInspectionData = await pipingInspection; - var specialInspectionData = await specialInspection; + //var specialInspectionData = await specialInspection; var ncrManagementInspectionData = await ncrManagementInspection; var qualityInspectionData = await qualityInspection; var specialCheckData = await specialCheck; @@ -2053,6 +2055,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew gvInspectionDataInspection.SummaryData = summary; } + /*11.压力管道监检情况 if (pressureInspectionData != null) { var list = new List(); @@ -2132,7 +2135,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew gvPressureInspection.SummaryData = summary; } - + */ if (pipingInspectionData != null) { var list = new List(); @@ -2210,7 +2213,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew gvPipingInspection.SummaryData = summary; } - + /*13.特种设备监检情况 if (specialInspectionData != null) { var list = new List(); @@ -2286,7 +2289,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew gvSpecialInspection.SummaryData = summary; } - + */ if (ncrManagementInspectionData != null) { List StatisticsList = new List(); @@ -4526,6 +4529,9 @@ from View_MonthReport_InspectionManagement a with(nolock) #endregion #region 11.压力管道监检情况 gvPressureInspection方法 + + /*11.压力管道监检情况 + /// /// 压力管道监检情况 /// @@ -4599,6 +4605,7 @@ from View_MonthReport_InspectionManagement a with(nolock) gvPressureInspection.SummaryData = summary; } + async Task LoadPressureInspectionDt() { return await Task.Run(() => @@ -4610,6 +4617,7 @@ from View_MonthReport_InspectionManagement a with(nolock) return dt; }); } + */ #endregion @@ -4702,6 +4710,7 @@ from View_MonthReport_InspectionManagement a with(nolock) #endregion #region 13.特种设备监检情况 gvSpecialInspection方法 + /* /// /// 特种设备监检情况 /// @@ -4786,6 +4795,7 @@ from View_MonthReport_InspectionManagement a with(nolock) return dt; }); } + */ #endregion #region 14.NCR管理情况 gvNcrManagementInspection方法 @@ -5792,12 +5802,12 @@ from View_MonthReport_InspectionManagement a with(nolock) saveFFInspection(); saveXFInspection(); saveInspectionDataInspection(); - //保存11.压力管道监检情况 - savePressureInspection(); + ////保存11.压力管道监检情况 + //savePressureInspection(); //保存12.管道试压包管理情况 savePipingInspection(); - //保存13.特种设备监检情况 - saveSpecialInspection(); + ////保存13.特种设备监检情况 + //saveSpecialInspection(); //保存14.NCR管理情况 saveNcrManagementInspection(); @@ -6658,6 +6668,7 @@ from View_MonthReport_InspectionManagement a with(nolock) #endregion #region 11.压力管道监检情况 + /* void savePressureInspection() { List detailLists = new List(); @@ -6699,6 +6710,7 @@ from View_MonthReport_InspectionManagement a with(nolock) } } } + */ #endregion #region 12.管道试压包管理情况 @@ -6747,6 +6759,7 @@ from View_MonthReport_InspectionManagement a with(nolock) #endregion #region 13.特种设备监检情况 + /* void saveSpecialInspection() { List detailLists = new List(); @@ -6788,6 +6801,7 @@ from View_MonthReport_InspectionManagement a with(nolock) } } } + */ #endregion #region 14.NCR管理情况 diff --git a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.designer.cs b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.designer.cs index 59823ec5..5503db14 100644 --- a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.designer.cs +++ b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.designer.cs @@ -941,42 +941,6 @@ namespace FineUIPro.Web.CQMS.ManageReportNew /// protected global::FineUIPro.TextBox TextBox14; - /// - /// Pnl11 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Panel Pnl11; - - /// - /// Form28 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Form Form28; - - /// - /// gvPressureInspection 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Grid gvPressureInspection; - - /// - /// TextBox15 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.TextBox TextBox15; - /// /// Pnl12 控件。 /// @@ -1013,42 +977,6 @@ namespace FineUIPro.Web.CQMS.ManageReportNew /// protected global::FineUIPro.TextBox TextBox17; - /// - /// Pnl13 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Panel Pnl13; - - /// - /// Form30 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Form Form30; - - /// - /// gvSpecialInspection 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.Grid gvSpecialInspection; - - /// - /// TextBox18 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUIPro.TextBox TextBox18; - /// /// Pnl14 控件。 /// diff --git a/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user b/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user index 41e2aee3..3241e6f6 100644 --- a/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -6,7 +6,7 @@ <_PublishTargetUrl>G:\发布\五环WebApi - True|2025-11-04T07:44:06.1295264Z||;True|2025-10-31T16:41:11.6570385+08:00||;True|2025-10-30T15:58:05.2014433+08:00||;True|2025-10-29T16:22:27.7866967+08:00||;True|2025-10-29T11:19:32.1187038+08:00||;True|2025-10-24T15:59:19.4176668+08:00||;True|2025-10-23T10:17:32.2384443+08:00||;True|2025-10-23T10:09:35.0601937+08:00||;True|2025-10-23T09:59:27.2018799+08:00||;True|2025-09-29T15:39:36.8617347+08:00||;True|2025-09-29T11:28:10.9193152+08:00||;True|2025-09-29T10:59:58.2893583+08:00||;True|2025-09-23T16:56:39.6344263+08:00||;True|2025-09-23T16:44:57.4175593+08:00||;True|2025-09-23T16:44:35.0478492+08:00||;True|2025-09-23T16:06:50.5843534+08:00||;True|2025-09-22T20:54:35.9805610+08:00||;True|2025-09-22T20:45:58.7044128+08:00||;True|2025-09-22T20:40:46.7449595+08:00||;True|2025-09-22T15:14:22.9602725+08:00||;True|2025-09-22T15:08:27.5989706+08:00||;True|2025-09-22T14:54:19.5237685+08:00||;True|2025-09-18T09:53:17.9300539+08:00||;True|2025-09-16T19:11:12.4383069+08:00||;True|2025-09-02T11:14:00.9580707+08:00||;True|2025-09-02T10:52:20.0445598+08:00||;True|2025-08-29T17:56:01.6245615+08:00||;True|2025-08-29T17:55:41.2802685+08:00||;True|2025-08-09T21:27:40.2103961+08:00||;True|2025-08-06T15:31:52.1166645+08:00||;True|2025-08-04T18:56:13.9675910+08:00||;True|2025-07-23T11:12:18.0134770+08:00||;True|2025-07-23T10:36:09.9990536+08:00||;True|2025-07-23T10:35:51.8814789+08:00||;True|2025-07-21T17:46:45.4620710+08:00||;True|2025-07-21T17:40:43.9871097+08:00||;True|2025-07-21T17:29:11.9275869+08:00||;True|2025-07-21T17:05:21.7763763+08:00||;True|2025-07-18T17:55:59.4892329+08:00||;True|2025-07-18T11:08:56.2628896+08:00||;True|2025-07-18T10:53:44.2534260+08:00||;True|2025-07-18T10:27:52.6751668+08:00||;True|2025-07-18T10:03:09.1785776+08:00||;True|2025-07-18T10:02:38.1252107+08:00||;True|2025-07-17T18:19:07.5837609+08:00||;True|2025-07-17T15:40:11.9126705+08:00||;True|2025-07-11T17:54:03.0298703+08:00||;True|2025-07-11T16:19:50.3283029+08:00||;True|2025-07-11T15:49:22.5920473+08:00||;True|2025-07-02T14:39:27.0436873+08:00||;True|2025-07-02T11:18:29.1208369+08:00||;True|2025-07-01T15:52:16.6767496+08:00||;True|2025-07-01T10:14:59.0471052+08:00||;True|2025-06-28T11:40:36.0544739+08:00||;True|2025-06-27T15:10:24.4628086+08:00||;True|2025-06-27T10:31:14.8332810+08:00||;True|2025-06-27T10:13:13.3022394+08:00||;True|2025-06-26T23:51:04.1304509+08:00||;True|2025-06-26T23:34:06.4223762+08:00||;True|2025-06-26T22:42:08.9018138+08:00||;True|2025-06-26T22:16:01.8954571+08:00||;True|2025-06-26T21:19:42.2638204+08:00||;True|2025-06-25T23:22:39.7267591+08:00||;True|2025-06-25T23:19:33.2378458+08:00||;True|2025-06-25T22:18:16.2863303+08:00||;True|2025-06-25T22:10:29.2540175+08:00||;True|2025-06-25T22:00:58.5212166+08:00||;True|2025-06-25T22:00:31.2531214+08:00||;True|2025-06-25T18:33:01.5770030+08:00||;True|2025-06-25T17:47:33.7779622+08:00||;True|2025-06-25T17:40:26.9905954+08:00||;True|2025-06-20T11:24:58.4099232+08:00||;True|2025-06-19T16:42:45.2358810+08:00||;True|2025-06-16T19:28:10.6447738+08:00||;True|2025-06-12T11:00:02.3559090+08:00||;True|2025-06-12T10:40:29.0324520+08:00||;True|2025-06-04T23:24:01.0324973+08:00||;True|2025-06-04T18:39:41.7304136+08:00||;True|2025-06-04T11:23:17.3803405+08:00||;True|2025-06-04T11:04:32.4212196+08:00||;True|2025-05-26T19:19:09.7246357+08:00||;True|2025-05-26T19:16:39.1283077+08:00||;True|2025-05-26T19:09:24.1561616+08:00||;True|2025-04-07T16:11:44.5172315+08:00||;True|2025-04-02T18:10:22.8695984+08:00||;True|2025-04-02T17:59:51.2978116+08:00||;True|2025-04-02T17:50:55.8630437+08:00||;True|2025-04-02T17:49:22.5114405+08:00||;True|2025-04-02T17:47:11.0650205+08:00||;True|2025-04-02T17:39:09.8576853+08:00||;True|2025-04-02T17:38:15.3079030+08:00||;True|2025-04-02T17:22:03.6735964+08:00||;True|2025-04-02T17:19:04.4220913+08:00||;True|2025-04-02T17:17:14.0244636+08:00||;True|2025-04-02T17:11:09.6583011+08:00||;True|2025-04-02T17:07:23.6330597+08:00||;True|2025-04-02T16:58:45.4070649+08:00||;True|2025-04-02T16:50:20.5907511+08:00||;True|2025-04-02T16:44:18.5351224+08:00||;True|2025-04-02T16:31:11.1297141+08:00||; + True|2025-11-04T08:39:28.2175670Z||;True|2025-11-04T16:39:02.3610432+08:00||;True|2025-11-04T15:44:06.1295264+08:00||;True|2025-10-31T16:41:11.6570385+08:00||;True|2025-10-30T15:58:05.2014433+08:00||;True|2025-10-29T16:22:27.7866967+08:00||;True|2025-10-29T11:19:32.1187038+08:00||;True|2025-10-24T15:59:19.4176668+08:00||;True|2025-10-23T10:17:32.2384443+08:00||;True|2025-10-23T10:09:35.0601937+08:00||;True|2025-10-23T09:59:27.2018799+08:00||;True|2025-09-29T15:39:36.8617347+08:00||;True|2025-09-29T11:28:10.9193152+08:00||;True|2025-09-29T10:59:58.2893583+08:00||;True|2025-09-23T16:56:39.6344263+08:00||;True|2025-09-23T16:44:57.4175593+08:00||;True|2025-09-23T16:44:35.0478492+08:00||;True|2025-09-23T16:06:50.5843534+08:00||;True|2025-09-22T20:54:35.9805610+08:00||;True|2025-09-22T20:45:58.7044128+08:00||;True|2025-09-22T20:40:46.7449595+08:00||;True|2025-09-22T15:14:22.9602725+08:00||;True|2025-09-22T15:08:27.5989706+08:00||;True|2025-09-22T14:54:19.5237685+08:00||;True|2025-09-18T09:53:17.9300539+08:00||;True|2025-09-16T19:11:12.4383069+08:00||;True|2025-09-02T11:14:00.9580707+08:00||;True|2025-09-02T10:52:20.0445598+08:00||;True|2025-08-29T17:56:01.6245615+08:00||;True|2025-08-29T17:55:41.2802685+08:00||;True|2025-08-09T21:27:40.2103961+08:00||;True|2025-08-06T15:31:52.1166645+08:00||;True|2025-08-04T18:56:13.9675910+08:00||;True|2025-07-23T11:12:18.0134770+08:00||;True|2025-07-23T10:36:09.9990536+08:00||;True|2025-07-23T10:35:51.8814789+08:00||;True|2025-07-21T17:46:45.4620710+08:00||;True|2025-07-21T17:40:43.9871097+08:00||;True|2025-07-21T17:29:11.9275869+08:00||;True|2025-07-21T17:05:21.7763763+08:00||;True|2025-07-18T17:55:59.4892329+08:00||;True|2025-07-18T11:08:56.2628896+08:00||;True|2025-07-18T10:53:44.2534260+08:00||;True|2025-07-18T10:27:52.6751668+08:00||;True|2025-07-18T10:03:09.1785776+08:00||;True|2025-07-18T10:02:38.1252107+08:00||;True|2025-07-17T18:19:07.5837609+08:00||;True|2025-07-17T15:40:11.9126705+08:00||;True|2025-07-11T17:54:03.0298703+08:00||;True|2025-07-11T16:19:50.3283029+08:00||;True|2025-07-11T15:49:22.5920473+08:00||;True|2025-07-02T14:39:27.0436873+08:00||;True|2025-07-02T11:18:29.1208369+08:00||;True|2025-07-01T15:52:16.6767496+08:00||;True|2025-07-01T10:14:59.0471052+08:00||;True|2025-06-28T11:40:36.0544739+08:00||;True|2025-06-27T15:10:24.4628086+08:00||;True|2025-06-27T10:31:14.8332810+08:00||;True|2025-06-27T10:13:13.3022394+08:00||;True|2025-06-26T23:51:04.1304509+08:00||;True|2025-06-26T23:34:06.4223762+08:00||;True|2025-06-26T22:42:08.9018138+08:00||;True|2025-06-26T22:16:01.8954571+08:00||;True|2025-06-26T21:19:42.2638204+08:00||;True|2025-06-25T23:22:39.7267591+08:00||;True|2025-06-25T23:19:33.2378458+08:00||;True|2025-06-25T22:18:16.2863303+08:00||;True|2025-06-25T22:10:29.2540175+08:00||;True|2025-06-25T22:00:58.5212166+08:00||;True|2025-06-25T22:00:31.2531214+08:00||;True|2025-06-25T18:33:01.5770030+08:00||;True|2025-06-25T17:47:33.7779622+08:00||;True|2025-06-25T17:40:26.9905954+08:00||;True|2025-06-20T11:24:58.4099232+08:00||;True|2025-06-19T16:42:45.2358810+08:00||;True|2025-06-16T19:28:10.6447738+08:00||;True|2025-06-12T11:00:02.3559090+08:00||;True|2025-06-12T10:40:29.0324520+08:00||;True|2025-06-04T23:24:01.0324973+08:00||;True|2025-06-04T18:39:41.7304136+08:00||;True|2025-06-04T11:23:17.3803405+08:00||;True|2025-06-04T11:04:32.4212196+08:00||;True|2025-05-26T19:19:09.7246357+08:00||;True|2025-05-26T19:16:39.1283077+08:00||;True|2025-05-26T19:09:24.1561616+08:00||;True|2025-04-07T16:11:44.5172315+08:00||;True|2025-04-02T18:10:22.8695984+08:00||;True|2025-04-02T17:59:51.2978116+08:00||;True|2025-04-02T17:50:55.8630437+08:00||;True|2025-04-02T17:49:22.5114405+08:00||;True|2025-04-02T17:47:11.0650205+08:00||;True|2025-04-02T17:39:09.8576853+08:00||;True|2025-04-02T17:38:15.3079030+08:00||;True|2025-04-02T17:22:03.6735964+08:00||;True|2025-04-02T17:19:04.4220913+08:00||;True|2025-04-02T17:17:14.0244636+08:00||;True|2025-04-02T17:11:09.6583011+08:00||;True|2025-04-02T17:07:23.6330597+08:00||;True|2025-04-02T16:58:45.4070649+08:00||;True|2025-04-02T16:50:20.5907511+08:00||; @@ -86,22 +86,22 @@ 10/28/2024 14:02:50 - 11/04/2025 15:44:04 + 11/04/2025 16:39:27 - 11/04/2025 15:44:04 + 11/04/2025 16:39:27 12/06/2024 20:13:58 - 11/04/2025 15:43:39 + 11/04/2025 16:38:48 12/26/2024 09:46:52 - 11/04/2025 15:43:39 + 11/04/2025 16:38:48 12/18/2020 05:32:28 @@ -389,13 +389,13 @@ 02/09/2013 00:42:28 - 11/04/2025 15:43:42 + 11/04/2025 16:39:18 - 11/04/2025 15:43:42 + 11/04/2025 16:39:18 - 11/04/2025 15:43:42 + 11/04/2025 16:39:18 01/23/2014 21:57:34 @@ -479,7 +479,7 @@ 10/28/2024 14:02:50 - 11/04/2025 15:43:44 + 11/04/2025 16:39:19 10/28/2024 14:02:50 diff --git a/SGGL/WebAPI/WebAPI.csproj.user b/SGGL/WebAPI/WebAPI.csproj.user index 1a1a9a6c..17978b44 100644 --- a/SGGL/WebAPI/WebAPI.csproj.user +++ b/SGGL/WebAPI/WebAPI.csproj.user @@ -1,7 +1,7 @@  - Release|Any CPU + Debug|Any CPU true