班前会 班长提交单子判断是否超时

判断本单班组前一个单子超时/未超时
This commit is contained in:
wyw 2026-04-28 14:11:29 +08:00
parent ea38e9656c
commit 147b925dd9

View File

@ -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)
{
//上一个 班前会 是否超时标记