///<sumary> ///修改信息 ///时间:2010-9-17 20:45:48 ///</sumary> public static Boolean UpdateMatches(Matches matches) { try { return(matchesService.UpdateMatches(matches)); } catch (Exception ex) { //可以记录到异常日志 return(false); } }