This commit is contained in:
parent
1133cfd7d5
commit
16f4fca72e
|
|
@ -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]
|
||||
|
||||
|
||||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue