|
|
@ -51,7 +51,7 @@ public class AskPrimaryController {
|
|
|
|
askPrimaryService.savePrimary(reqVO);
|
|
|
|
askPrimaryService.savePrimary(reqVO);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("查询选择初步诊断关联的问诊记录")
|
|
|
|
@ApiOperation("查询可选择初步诊断关联的问诊记录")
|
|
|
|
@GetMapping("queryRecordForPrimaryChoose")
|
|
|
|
@GetMapping("queryRecordForPrimaryChoose")
|
|
|
|
public RecordForPrimaryChooseVO queryRecordForPrimaryChoose(@NotBlank(message = "流程ID不能为空") String processId) {
|
|
|
|
public RecordForPrimaryChooseVO queryRecordForPrimaryChoose(@NotBlank(message = "流程ID不能为空") String processId) {
|
|
|
|
return askPrimaryService.queryRecordForPrimaryChoose(processId);
|
|
|
|
return askPrimaryService.queryRecordForPrimaryChoose(processId);
|
|
|
|