Michael пре 8 година
родитељ
комит
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);
 	}