Exemplo n.º 1
0
 protected void btnCheck_Click(object sender, EventArgs e)
 {
     try
     {
         PolicyManageService.ReleaseNormalImportPolicies(normalPolicys, this.CurrentCompany.CompanyId, this.CurrentUser.UserName);
         Response.Redirect("base_policy_manage.aspx", false);
     }
     catch (Exception ex)
     {
         ShowExceptionMessage(ex, "导入");
     }
 }