1
This commit is contained in:
@@ -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.ProjectId = checkSpecial.ProjectId;
|
||||||
register.CheckItemDetailId = item.CheckSpecialDetailId;
|
register.CheckItemDetailId = item.CheckSpecialDetailId;
|
||||||
register.ProblemTypes = "2"; //1 安全问题 2 专项巡检
|
register.ProblemTypes = "2"; //1 安全问题 2 专项巡检
|
||||||
|
register.Type = 0;//0:日常巡检、1;常规巡检
|
||||||
register.RegisterTypesId = item.CheckItem;
|
register.RegisterTypesId = item.CheckItem;
|
||||||
// register.CheckCycle = this.ckType.SelectedValue;
|
// register.CheckCycle = this.ckType.SelectedValue;
|
||||||
register.IsEffective = "1";
|
register.IsEffective = "1";
|
||||||
|
|||||||
Reference in New Issue
Block a user