2134
This commit is contained in:
parent
b387325bba
commit
f13816a171
@ -331,8 +331,6 @@ namespace APT.FO.WebApi.Controllers.Api.FO
|
|||||||
#region 判断上一个班次超期情况
|
#region 判断上一个班次超期情况
|
||||||
T_FO_PRE_SHIFT_MEETING_RECORD modelLast = null;
|
T_FO_PRE_SHIFT_MEETING_RECORD modelLast = null;
|
||||||
if (entity.RATE.Equals("SaveAndNotify"))
|
if (entity.RATE.Equals("SaveAndNotify"))
|
||||||
{
|
|
||||||
try
|
|
||||||
{
|
{
|
||||||
if (finishNotice != null && finishNotice.NOTICE_STATUS == 2)
|
if (finishNotice != null && finishNotice.NOTICE_STATUS == 2)
|
||||||
{
|
{
|
||||||
@ -381,8 +379,6 @@ namespace APT.FO.WebApi.Controllers.Api.FO
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch { }
|
|
||||||
}
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user