From d27e5cfa3910d66d495745e0d0c191c7332be34f Mon Sep 17 00:00:00 2001 From: shiyang <316555390@qq.com> Date: Sat, 26 Feb 2022 17:19:37 +0800 Subject: [PATCH] update --- .../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 c8fbde9..04d38dd 100644 --- a/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java +++ b/talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java @@ -802,7 +802,7 @@ public class PatientController { * @return */ @PostMapping("updatePatientPassword") - public BaseResponse updatePatientPassword(LymsPatient patient){ + public BaseResponse updatePatientPassword(@RequestBody LymsPatient patient){ BaseResponse baseResponse=new BaseResponse(); if(1==patient.getType()){//1 重置密码 patient.setPpasswd(Constant.COMMON_PASSWD); -- 1.8.3.1