|
@@ -111,9 +111,9 @@ public class ClassifyDiag {
|
|
|
for (String queDis:queSet) {
|
|
|
if(queDiagList.indexOf(queDis)>=0){ //可以找到,就取出来,用原来的
|
|
|
FeatureRate feature = this.getFeature(updateFeatures, queDis);
|
|
|
- if(feature.getDesc().contains("拟诊")){
|
|
|
- feature.setDesc(feature.getDesc().replace("拟诊","确诊"));
|
|
|
- }
|
|
|
+// if(feature.getDesc().contains("拟诊")){
|
|
|
+ feature.setDesc(feature.getDesc());
|
|
|
+// }
|
|
|
feature.setExtraProperty(diagDepartCache.get(queDis));
|
|
|
finalDiagList.add(feature);
|
|
|
}else {
|