From 0d509f02aef4c40b4b88e3a12bd7d20156134115 Mon Sep 17 00:00:00 2001 From: shiyang Date: Wed, 22 Sep 2021 11:24:26 +0800 Subject: [PATCH] update --- .../main/java/com/lyms/talkonlineweb/controller/ArticleController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ArticleController.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ArticleController.java index 27f15b1..3f538ce 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ArticleController.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ArticleController.java @@ -129,7 +129,7 @@ public class ArticleController { /** * 根据患者获取推送的文章 */ - @GetMapping("getPushArt") + @PostMapping("getPushArt") // public BaseResponse getPushArt(LymsPushedart pushedart) { // BaseResponse baseResponse = new BaseResponse(); // List pLst = lymsPushedartService.list(Wrappers.query(pushedart).orderByDesc("createdtime")); -- 1.8.3.1