①basicInfo.jsp增加来函的请选择展示
②配置的分页调整 ③修复审核I18N的bug ④列表查询关联所有的来函分类性质标签,无效的也展示出来 ⑤修复国际化审核通过/审核不通过的位置相反的bug ⑥select插件增加i18n,中英文,俄文都支持
This commit is contained in:
@@ -208,12 +208,14 @@ public class NumCfgController extends BaseController{
|
||||
cfg.setIsValid(Constants.VALID_YES);
|
||||
}
|
||||
int result=numCfgService.auditNumCfg(cfg);
|
||||
model.addAttribute("serviceId", serviceId);
|
||||
model.addAttribute("action", cfg.getAction());
|
||||
}
|
||||
}
|
||||
}else{
|
||||
logger.error("无法确定IP配置的表名!");
|
||||
}
|
||||
return "redirect:" + adminPath + "/cfg/num/list?serviceId="+cfg.getServiceId()+"&action="+cfg.getAction()+"&cfgName="+cfgName;
|
||||
return "redirect:" + adminPath + "/cfg/num/list";
|
||||
}
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user