冗余代码清理
This commit is contained in:
@@ -172,7 +172,7 @@ namespace BLL
|
||||
return getDataLists.ToList();
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region 保存RectifyNotices
|
||||
/// <summary>
|
||||
/// 保存RectifyNotices
|
||||
@@ -193,7 +193,7 @@ namespace BLL
|
||||
CheckManNames = rectifyNotices.CheckManNames,
|
||||
CheckManIds = rectifyNotices.CheckManIds,
|
||||
CheckedDate = Funs.GetNewDateTime(rectifyNotices.CheckedDate),
|
||||
HiddenHazardType = rectifyNotices.HiddenHazardType,
|
||||
HiddenHazardType = rectifyNotices.HiddenHazardType,
|
||||
States = rectifyNotices.States,
|
||||
};
|
||||
if (!string.IsNullOrEmpty(rectifyNotices.WorkAreaId))
|
||||
@@ -376,7 +376,7 @@ namespace BLL
|
||||
{
|
||||
isUpdate.UnitHeadManId = rectifyNotices.UnitHeadManId;
|
||||
isUpdate.CompleteDate = DateTime.Now;
|
||||
|
||||
|
||||
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user