修改PptpLogController.

This commit is contained in:
dell
2018-07-03 12:58:42 +08:00
parent f6d30effe0
commit 2b1b59de4a
2 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ public class PptpLogController extends BaseController {
}
model.addAttribute("page", page);
}
} catch (JsonSyntaxException e) {
} catch (Exception e) {
logger.info("PPTP日志查询失败", e);
addMessage(model, e.getMessage());
}