app主题网站审核catch异常修改
This commit is contained in:
@@ -1236,7 +1236,7 @@ public class AppCfgController extends BaseController {
|
|||||||
try {
|
try {
|
||||||
appCfgService.auditAppTopicDomainCfg(entity,isAudit);
|
appCfgService.auditAppTopicDomainCfg(entity,isAudit);
|
||||||
addMessage(redirectAttributes,"audit_success");
|
addMessage(redirectAttributes,"audit_success");
|
||||||
} catch (MaatConvertException e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
logger.error("app主题网站配置下发失败",e);
|
logger.error("app主题网站配置下发失败",e);
|
||||||
if(e instanceof MaatConvertException) {
|
if(e instanceof MaatConvertException) {
|
||||||
|
|||||||
Reference in New Issue
Block a user