This commit is contained in:
geh
2025-09-16 20:24:45 +08:00
parent 75041220af
commit 4485f91da6
2 changed files with 18 additions and 1 deletions
@@ -189,7 +189,6 @@ namespace BLL
x.HazardRegisterId == hazardRegister.HazardRegisterId);
if (isUpdate != null)
{
isUpdate.CheckTime = DateTime.Now;
isUpdate.ReviewedManId = hazardRegister.ReviewedManId;
isUpdate.RegisterDef = hazardRegister.RegisterDef;
isUpdate.Requirements = hazardRegister.Requirements;