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 {