Bläddra i källkod

update
修改为Get请求

wangzl 4 månader sedan
förälder
incheckning
95dfc50714

+ 1 - 1
tr-modules/tr-module-smartFollowUp/src/main/java/cn/tr/module/smart/app/controller/AppPatientInfoController.java

@@ -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));
     }