This commit is contained in:
夏菊 2026-03-01 15:34:14 +08:00
parent 1133cfd7d5
commit 16f4fca72e
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ALTER TABLE SitePerson_Checking
DROP CONSTRAINT [FK_SitePerson_Checking_SitePerson_Person];
ALTER TABLE SitePerson_PersonInOut
DROP CONSTRAINT [FK_SitePerson_PersonInOut_SitePerson_Person]

View File

@ -245,6 +245,7 @@ namespace BLL
register.ProjectId = checkSpecial.ProjectId;
register.CheckItemDetailId = item.CheckSpecialDetailId;
register.ProblemTypes = "2"; //1 安全问题 2 专项巡检
register.Type = 0;//0日常巡检、1;常规巡检
register.RegisterTypesId = item.CheckItem;
// register.CheckCycle = this.ckType.SelectedValue;
register.IsEffective = "1";