//改
 public void SysRoleInfoUpdate(T_SYS_ROLE obj, ref string StrResult)
 {
     using (SysRoleBLL RoleBll = new SysRoleBLL())
     {
         StrResult = RoleBll.SysRoleUpdate(obj, ref StrResult);
     }
 }