增强HSE检查的功能
This commit is contained in:
@@ -107,6 +107,9 @@ namespace BLL
|
||||
IsRectify = x.IsRectify,
|
||||
PhotoBeforeUrl = APIUpLoadFileService.getFileUrl(x.RectifyNoticesItemId + "#1", null),
|
||||
PhotoAfterUrl = APIUpLoadFileService.getFileUrl(x.RectifyNoticesItemId + "#2", null),
|
||||
|
||||
HiddenType=x.HiddenType,
|
||||
HiddenHazardType=x.HiddenHazardType
|
||||
};
|
||||
return getInfo.ToList();
|
||||
}
|
||||
@@ -473,6 +476,9 @@ namespace BLL
|
||||
LimitTime = Funs.GetNewDateTime(rItem.LimitTime),
|
||||
RectifyResults = null,
|
||||
IsRectify = null,
|
||||
|
||||
HiddenType=rItem.HiddenType,
|
||||
HiddenHazardType=rItem.HiddenHazardType
|
||||
};
|
||||
db.Check_RectifyNoticesItem.InsertOnSubmit(newItem);
|
||||
db.SubmitChanges();
|
||||
|
||||
Reference in New Issue
Block a user