From e75ba75f712379a7b169cc7a95e8ed2ed0a87ecc Mon Sep 17 00:00:00 2001 From: "jesse.wang" Date: Wed, 12 Apr 2023 16:25:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A4=E7=8B=AC=E7=97=87=E5=88=9D=E7=AD=9B?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=9C=88=E9=BE=84=E6=9F=A5=E8=AF=A2=E5=A5=97?= =?UTF-8?q?=E9=A4=90=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/operate/web/controller/PrimaryScreeningController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PrimaryScreeningController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PrimaryScreeningController.java index 8c8c19c..de40ee4 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PrimaryScreeningController.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PrimaryScreeningController.java @@ -18,8 +18,8 @@ import java.util.List; /** * 孤独症初筛 */ -@RequestMapping(value = "/primaryScreening") @Controller +@RequestMapping( "/primaryScreening") public class PrimaryScreeningController { //日志调测器 -- 1.8.3.1