|
@@ -563,7 +563,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
List<HomeDiagnoseInfo> homePageList = new ArrayList<>();
|
|
|
List<HomeOperationInfo> homeOperationInfoList = new ArrayList<>();
|
|
|
if (homePage != null) {
|
|
|
- if(StringUtils.isNotEmpty(homePage.getAge())&&"-".equals(homePage.getAge())==false){
|
|
|
+ if(StringUtils.isNotEmpty(homePage.getAge())&&"-".equals(homePage.getAge())==false&&"—".equals(homePage.getAge())==false){
|
|
|
//兼容数据库出现 .03岁数据 作后期判断处理
|
|
|
String ageData = homePage.getAge();
|
|
|
String ageUnitString = homePage.getAgeUnit() == null ? "" : homePage.getAgeUnit();
|