瀏覽代碼

代码修改

yeshijie 7 年之前
父節點
當前提交
f7d161eed4
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/util/CommonUtil.java

+ 0 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/util/CommonUtil.java

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