From 2243f2fd6636cdf8e95e1fbcaf6a9353646430eb Mon Sep 17 00:00:00 2001 From: changpengfei Date: Mon, 11 Oct 2021 14:31:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BF=AE=E6=94=B9=E7=96=BE?= =?UTF-8?q?=E7=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/lyms/talkonlineweb/controller/PatientController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java index 50752db..6404745 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java @@ -725,7 +725,7 @@ public class PatientController { lymsLogsService.save(logEntity); } - @PostMapping("updatePatient") + @PostMapping("updatePatientCase") public BaseResponse updatePatient(LymsPatient patient,LymsPcase pcase,LymsIllness illness){ BaseResponse baseResponse=new BaseResponse(); baseResponse.setErrorcode(1); -- 1.8.3.1