Commit f6b6b147b00ea8c87111cbc2d877f4e6f037ec92
1 parent
ccab7c37a4
Exists in
master
and in
1 other branch
妇科检查
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/HearingDiagnoseController.java
View file @
f6b6b14
| ... | ... | @@ -568,6 +568,7 @@ |
| 568 | 568 | */ |
| 569 | 569 | @RequestMapping(method = RequestMethod.POST, value = "/editHearingDiagnose") |
| 570 | 570 | @ResponseBody |
| 571 | + @TokenRequired | |
| 571 | 572 | public BaseResponse editHearingDiagnose(BabyPatientExtendEarHearingDiagnose obj, HttpServletRequest request) { |
| 572 | 573 | if (StringUtils.isEmpty(obj.getId())) { |
| 573 | 574 | return new BaseResponse().setErrorcode(ErrorCodeConstants.PARAMETER_ERROR).setErrormsg("请传入要修改的听力诊断id"); |