|
@ -213,7 +213,7 @@ public class PatientQuestionnaireController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "updateScreenAndSaveAnswer", method = RequestMethod.POST)
|
|
|
@ApiOperation(value = "用户点击消息模板完成筛查")
|
|
|
@ApiOperation(value = "用户点击消息模板完成筛查.")
|
|
|
@ResponseBody
|
|
|
public String updateScreenAndSaveAnswer( @RequestParam String jsonData,
|
|
|
@ApiParam(value = "医生code")@RequestParam(value = "doctorCode",required = false)String doctorCode,
|