Commit 717bf48063c872a7f528320e37ed2b026c81cd2a

Authored by shiyang
1 parent 0843faa42d

update

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyEvaluationCriterionController.java View file @ 717bf48
... ... @@ -211,7 +211,7 @@
211 211 @ResponseBody
212 212 @TokenRequired
213 213 @RequestMapping(method = RequestMethod.POST, value = "/delBabyNeuroPsychological")
214   - private BaseResponse delBabyNeuroPsychological(String id) {
  214 + private BaseResponse delBabyNeuroPsychological(@RequestBody String id) {
215 215 if(StringUtils.isEmpty(id)){
216 216 return new BaseResponse("id不能是空值!", ErrorCodeConstants.PARAMETER_ERROR);
217 217 }