paras.putValue("name", "Rule_" + biService.getValue("name"));
paras.putValue("l10n", "Rule_" + biService.getValue("l10n"));
paras.putValue("salience", "5");
paras.putValue("bouid", biService.getValue("bouid"));
this.service.invokeUpdate(paras);
t.end();
} catch (Exception e) {
t.rollback();
e.printStackTrace();
}
this.setEchoValue(I18n.instance().get("成功生成规则!"));