1、小程序质量巡检相关接口调整;
This commit is contained in:
@@ -96,6 +96,7 @@ namespace BLL
|
||||
newCheckControl.ReAttachUrl = CheckControl.ReAttachUrl;
|
||||
newCheckControl.State = CheckControl.State;
|
||||
newCheckControl.SaveHandleMan = CheckControl.SaveHandleMan;
|
||||
newCheckControl.CCManIds = CheckControl.CCManIds;
|
||||
|
||||
db.Check_CheckControl.InsertOnSubmit(newCheckControl);
|
||||
db.SubmitChanges();
|
||||
@@ -616,6 +617,8 @@ namespace BLL
|
||||
newCheckControl.State = CheckControl.State;
|
||||
if (!string.IsNullOrEmpty(CheckControl.ProposeUnitId))
|
||||
newCheckControl.ProposeUnitId = CheckControl.ProposeUnitId;
|
||||
if (!string.IsNullOrEmpty(CheckControl.CCManIds))
|
||||
newCheckControl.CCManIds = CheckControl.CCManIds;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user