Commit 41db656d authored by Memorydoc's avatar Memorydoc

#

parent c47bd1cc
...@@ -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