|
@@ -61,7 +61,7 @@ public class ClinicalFacade {
|
|
|
public ResponseData processClinicalData(@RequestBody SearchVo searchVo) {
|
|
|
SearchVo sData = searchVo;
|
|
|
|
|
|
- Response<List<Object>> resp = nlpServiceClient.split(sData.getSymptom());
|
|
|
+ Response<List<Lexeme>> resp = nlpServiceClient.split(sData.getSymptom());
|
|
|
|
|
|
sData.setLisArr(processLis(sData.getLisArr()));
|
|
|
|