公告注释

master
duhui 2021-05-14 10:04:26 +08:00
parent 4a4d06ba16
commit dbd1526fef
1 changed files with 2 additions and 0 deletions

View File

@ -92,8 +92,10 @@ public class GetNoticeController extends HttpServlet {
resMsg.setCode(0); resMsg.setCode(0);
resMsg.setList(list); resMsg.setList(list);
System.out.println("1==="+gson.toJson(resMsg));
out.print(gson.toJson(resMsg)); out.print(gson.toJson(resMsg));
} catch (Exception e) { } catch (Exception e) {
System.out.println("2==="+e.getMessage());
e.printStackTrace(); e.printStackTrace();
} }
} }