|
@ -26,6 +26,7 @@ import java.util.HashMap;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
@CrossOrigin
|
|
|
@RestController
|
|
|
@RequestMapping(value = "/medicine/physicalExamination")
|
|
|
public class PhysicalExaminationController extends BaseController {
|
|
@ -50,7 +51,6 @@ public class PhysicalExaminationController extends BaseController {
|
|
|
@Autowired
|
|
|
private ExamReportService examReportService;
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "获取试卷列表")
|
|
|
@RequestMapping(value = "/findExames",produces="application/json;charset=UTF-8")
|
|
|
@ResponseBody
|