|
|
@@ -41,7 +41,7 @@ public class AppPatientInfoController extends BaseController {
|
|
|
|
|
|
@ApiOperationSupport(author = "wangzl", order = 2)
|
|
|
@ApiOperation(value = "手术信息列表", notes = "权限: 无")
|
|
|
- @PostMapping("/question/list/{patientId}")
|
|
|
+ @GetMapping("/question/list/{patientId}")
|
|
|
public CommonResult<List<WxDoctorPatientListVO>> selectQuestionList(@PathVariable String patientId) {
|
|
|
return CommonResult.success(bizPatientService.selectQuestionList(patientId));
|
|
|
}
|