app主题网站审核catch异常修改

This commit is contained in:
wangxin
2018-09-27 14:32:27 +08:00
parent 7345d741fd
commit 09110b0f91

View File

@@ -1236,7 +1236,7 @@ public class AppCfgController extends BaseController {
try {
appCfgService.auditAppTopicDomainCfg(entity,isAudit);
addMessage(redirectAttributes,"audit_success");
} catch (MaatConvertException e) {
} catch (Exception e) {
e.printStackTrace();
logger.error("app主题网站配置下发失败",e);
if(e instanceof MaatConvertException) {