app主题网站审核catch异常修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user