This commit is contained in:
@ -96,6 +96,19 @@ namespace Epost.BLL
|
||||
logBLL.InsertErrorLog(error_model);
|
||||
|
||||
}
|
||||
public void SaveShowMesError(string Title, string Remark, string type = "999")
|
||||
{
|
||||
|
||||
|
||||
ErrorLogBLL logBLL = new ErrorLogBLL();
|
||||
ErrorLogModel error_model = new ErrorLogModel();
|
||||
error_model.Type = type;
|
||||
error_model.Title = Title;
|
||||
error_model.Remark = Remark;
|
||||
|
||||
logBLL.InsertErrorLog(error_model);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user