|
@ -134,7 +134,6 @@ public class CommonUtil {
|
|
if(index == -1){
|
|
if(index == -1){
|
|
amLong = Integer.valueOf(currency+"00");
|
|
amLong = Integer.valueOf(currency+"00");
|
|
}else if(length - index >= 3){
|
|
}else if(length - index >= 3){
|
|
String temp = String.valueOf(d);
|
|
|
|
amLong = Integer.valueOf((currency.substring(0, index+3)).replace(".", ""));
|
|
amLong = Integer.valueOf((currency.substring(0, index+3)).replace(".", ""));
|
|
Integer i = Integer.valueOf(currency.substring(index+3,index+4));
|
|
Integer i = Integer.valueOf(currency.substring(index+3,index+4));
|
|
if(i>=5){
|
|
if(i>=5){
|