Parcourir la source

Merge branch 'master' of chenweida/esb into master

esb il y a 9 ans
Parent
commit
d6130dcc8d

+ 1 - 0
Hos-resource/src/main/java/com/yihu/ehr/crawler/controller/CrawlerController.java

@ -77,6 +77,7 @@ public class CrawlerController {
    @RequestMapping(value = "patient", method = RequestMethod.POST)
    @ApiOperation(value = "采集病人健康档案", produces = "application/json", notes = "采集病人健康档案")
    @ResponseBody
    public Result crawler(
            @ApiParam(name = "patient", value = "病人索引信息", required = true)
            @RequestParam(value = "patient") String patientInfo) {