This commit is contained in:
wyw 2026-04-28 14:14:30 +08:00
parent b387325bba
commit f13816a171

View File

@ -331,8 +331,6 @@ namespace APT.FO.WebApi.Controllers.Api.FO
#region
T_FO_PRE_SHIFT_MEETING_RECORD modelLast = null;
if (entity.RATE.Equals("SaveAndNotify"))
{
try
{
if (finishNotice != null && finishNotice.NOTICE_STATUS == 2)
{
@ -381,8 +379,6 @@ namespace APT.FO.WebApi.Controllers.Api.FO
}
}
}
catch { }
}
#endregion