补充addMessage().

This commit is contained in:
zhangwq
2018-12-15 18:05:30 +08:00
parent b50a740dbe
commit f8d1a49b9d
25 changed files with 73 additions and 2 deletions

View File

@@ -205,6 +205,7 @@ public class BasicProtocolController extends BaseController {
try {
auditAll(auditPage,isValid , cfg);
addMessage(redirectAttributes,"success", "audit_success");
} catch (Exception e) {
logger.error("配置下发失败:",e);
if(e instanceof MaatConvertException) {