소스 검색

需求列表查询修复

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);
 	}