From 05508472852b4dba60a3cd7490fc568bc2db6b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?= <10755671+mei-rong-he@user.noreply.gitee.com> Date: Mon, 18 May 2026 10:40:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=8F=AD=E5=89=8D=E4=BC=9A?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PreShiftMeetingRecordController.cs | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/APT.MicroApi/APT.FO.WebApi/Controllers/PreShiftMeetingRecordController.cs b/APT.MicroApi/APT.FO.WebApi/Controllers/PreShiftMeetingRecordController.cs index e2f1418..40b4a7c 100644 --- a/APT.MicroApi/APT.FO.WebApi/Controllers/PreShiftMeetingRecordController.cs +++ b/APT.MicroApi/APT.FO.WebApi/Controllers/PreShiftMeetingRecordController.cs @@ -251,20 +251,20 @@ namespace APT.FO.WebApi.Controllers.Api.FO //meetingTime = DateTime.Parse("2023-06-15 06:30:00"); if (entity.START_TIME != DateTime.MinValue) { - if (entity.ORG_ID == Guid.Parse("8b3c41aa-51b1-7ce9-1879-248a038c1b5c")) - { - if (entity.START_TIME.AddMinutes(-30) >= meetingTime) - { - throw new Exception("班前会议需等到" + entity.START_TIME.AddMinutes(-30) + "后提交!"); - } - } - else - { - if (entity.START_TIME.AddMinutes(-15) >= meetingTime) - { - throw new Exception("班前会议需等到" + entity.START_TIME.AddMinutes(-15) + "后提交!"); - } - } + //if (entity.ORG_ID == Guid.Parse("8b3c41aa-51b1-7ce9-1879-248a038c1b5c")) + //{ + // if (entity.START_TIME.AddMinutes(-30) >= meetingTime) + // { + // throw new Exception("班前会议需等到" + entity.START_TIME.AddMinutes(-30) + "后提交!"); + // } + //} + //else + //{ + // if (entity.START_TIME.AddMinutes(-15) >= meetingTime) + // { + // throw new Exception("班前会议需等到" + entity.START_TIME.AddMinutes(-15) + "后提交!"); + // } + //} } else {