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