|
@@ -246,7 +246,7 @@ public class AchievementPartnerListBo {
|
|
|
|
|
|
|
|
public String getCountInterest() {
|
|
public String getCountInterest() {
|
|
|
|
|
|
|
|
- return String.valueOf(Integer.valueOf(countInterest)+128);
|
|
|
|
|
|
|
+ return countInterest;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public void setCountInterest(String countInterest) {
|
|
public void setCountInterest(String countInterest) {
|