Commit 7d261cb1 authored by eddie.woo's avatar eddie.woo

Merge branch 'dev_mysql' of http://code.tech.tax.asia.pwcinternal.com/root/atms into dev_mysql

parents 221c9e79 156e2722
...@@ -35,4 +35,8 @@ public class CommonUtil { ...@@ -35,4 +35,8 @@ public class CommonUtil {
} }
return flag; return flag;
} }
public static BigDecimal BigDecimal2Fix(BigDecimal bigDecimal){
return bigDecimal.setScale(2, BigDecimal.ROUND_DOWN);
}
} }
...@@ -88,4 +88,7 @@ public class StringUtil { ...@@ -88,4 +88,7 @@ public class StringUtil {
//ARE_YOU_DOU_BI_YELLOWCONG //ARE_YOU_DOU_BI_YELLOWCONG
System.out.println(camel2Underline(camel)); System.out.println(camel2Underline(camel));
}*/ }*/
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment