conversion cleanup

This commit is contained in:
zzz
2018-08-25 14:29:32 +00:00
parent c3881a811b
commit 57ddc8ea4f
20 changed files with 61 additions and 59 deletions

View File

@@ -433,7 +433,7 @@ public class AddressbookBean extends BaseBean
}
public String getBegin() {
return "" + getBeginInt();
return Integer.toString(getBeginInt());
}
/**
@@ -455,7 +455,7 @@ public class AddressbookBean extends BaseBean
}
public String getEnd() {
return "" + getEndInt();
return Integer.toString(getEndInt());
}
/**