@@ -50,7 +50,9 @@ public class ProjectBo {
}
public String getInterestCount() {
- return interestCount;
+ return String.valueOf(Integer.valueOf(interestCount)+20);
+
public void setInterestCount(String interestCount) {