|
@@ -104,7 +104,7 @@ public class ParamsDataProxy {
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(searchData.getOther()) || !StringUtils.isEmpty(searchData.getIndications())) {
|
|
|
//提取其他史等
|
|
|
- featuresList = fa.start(searchData.getOther() == null ? "" : searchData.getOther() + searchData.getIndications() == null ? "" : searchData.getIndications(), FeatureType.FEATURE);
|
|
|
+ featuresList = fa.start((searchData.getOther() == null ? "" : searchData.getOther()) + (searchData.getIndications() == null ? "" : searchData.getIndications()), FeatureType.FEATURE);
|
|
|
paramFeatureInit(searchData, featuresList);
|
|
|
}
|
|
|
if (!StringUtils.isEmpty(searchData.getPacs())) {
|