/// <summary> /// 记录错误日志 /// </summary> public static async void AddErrorLog(string userid, string message, EnumSystemType systemtype, string operateip) { await LogDAL.AddErrorLog(userid, message, (int)systemtype, operateip); }