三库
This commit is contained in:
@@ -248,7 +248,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
Requirement = requirement,
|
||||
LimitTime = Funs.GetNewDateTime(limitTime),
|
||||
};
|
||||
var rectify = rectifyList.FirstOrDefault(x => x.RectifyName == rectifyId);
|
||||
var rectify = rectifyList.FirstOrDefault(x => x.RectifyName == rectifyId || x.RectifyId == rectifyId);
|
||||
if (rectify != null)
|
||||
{
|
||||
item.RectifyId = rectify.RectifyId;
|
||||
|
||||
Reference in New Issue
Block a user