This commit is contained in:
geh
2026-09-14 15:58:12 +08:00
parent a815e09879
commit 77f61d7e06
128 changed files with 25181 additions and 960 deletions
@@ -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;