|
@@ -73,12 +73,12 @@ public class ClinicalFacade {
|
|
|
*/
|
|
|
public ResponseData processClinicalData(@RequestBody SearchVo searchVo) {
|
|
|
SearchVo sData = searchVo;
|
|
|
- Map<String, List<Map<String, String>>> standWord = getStandWord();
|
|
|
- // standWordObj = getStandWord();
|
|
|
- Response<List<Lexeme>> resp = nlpServiceClient.split(sData.getSymptom());
|
|
|
- if (null != resp && null != resp.getData()) {
|
|
|
- addStandWord(resp.getData(), standWord, sData);
|
|
|
- }
|
|
|
+// Map<String, List<Map<String, String>>> standWord = getStandWord();
|
|
|
+// // standWordObj = getStandWord();
|
|
|
+// Response<List<Lexeme>> resp = nlpServiceClient.split(sData.getSymptom());
|
|
|
+// if (null != resp && null != resp.getData()) {
|
|
|
+// addStandWord(resp.getData(), standWord, sData);
|
|
|
+// }
|
|
|
|
|
|
sData.setLisArr(processLis(sData.getLisArr()));
|
|
|
|