From 147b925dd9710a865ad775309520ca58481e4f25 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 28 Apr 2026 14:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E5=89=8D=E4=BC=9A=20=E7=8F=AD?= =?UTF-8?q?=E9=95=BF=E6=8F=90=E4=BA=A4=E5=8D=95=E5=AD=90=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E8=B6=85=E6=97=B6=20=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E6=9C=AC=E5=8D=95=E7=8F=AD=E7=BB=84=E5=89=8D=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=8D=95=E5=AD=90=E8=B6=85=E6=97=B6/=E6=9C=AA=E8=B6=85?= =?UTF-8?q?=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/PreShiftMeetingRecordController.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/APT.MicroApi/APT.FO.WebApi/Controllers/PreShiftMeetingRecordController.cs b/APT.MicroApi/APT.FO.WebApi/Controllers/PreShiftMeetingRecordController.cs index b39f4d9..a51b4ce 100644 --- a/APT.MicroApi/APT.FO.WebApi/Controllers/PreShiftMeetingRecordController.cs +++ b/APT.MicroApi/APT.FO.WebApi/Controllers/PreShiftMeetingRecordController.cs @@ -334,6 +334,11 @@ namespace APT.FO.WebApi.Controllers.Api.FO { try { + if (finishNotice != null && finishNotice.NOTICE_STATUS == 2) + { + //如果班长提交的时候已经超时了 直接单子超时 + entity.OVERTIME = FOISOVERTIME.超时; + } if (entity.TEAM_ID.HasValue) { //上一个 班前会 是否超时标记