Browse Source

Merge remote-tracking branch 'origin/master' into test

Michael 8 years ago
parent
commit
e7bf2e4303
1 changed files with 1 additions and 0 deletions
  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);
 	}