Michael лет назад: 8
Родитель
Сommit
f9028143cd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/main/java/com/goafanti/portal/bo/DemandSearchListBo.java

+ 1 - 0
src/main/java/com/goafanti/portal/bo/DemandSearchListBo.java

@@ -267,6 +267,7 @@ public class DemandSearchListBo {
 	}
 
 	public String getCountInterest() {
+		if (StringUtils.isBlank(countInterest)) countInterest = "0";
 		return String.valueOf(Integer.valueOf(countInterest)+20);
 	}