Compare commits

..

2 Commits

Author SHA1 Message Date
wyw
b387325bba Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe 2026-04-28 14:11:46 +08:00
wyw
147b925dd9 班前会 班长提交单子判断是否超时
判断本单班组前一个单子超时/未超时
2026-04-28 14:11:29 +08:00

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