Commit 2243f2fd6636cdf8e95e1fbcaf6a9353646430eb
1 parent
cab82421af
Exists in
master
添加修改疾病
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/PatientController.java
View file @
2243f2f
| ... | ... | @@ -725,7 +725,7 @@ |
| 725 | 725 | lymsLogsService.save(logEntity); |
| 726 | 726 | } |
| 727 | 727 | |
| 728 | - @PostMapping("updatePatient") | |
| 728 | + @PostMapping("updatePatientCase") | |
| 729 | 729 | public BaseResponse updatePatient(LymsPatient patient,LymsPcase pcase,LymsIllness illness){ |
| 730 | 730 | BaseResponse baseResponse=new BaseResponse(); |
| 731 | 731 | baseResponse.setErrorcode(1); |