Commit 6d596877 by 陶光胜

线上权限调整

parent ef838ff7
......@@ -124,7 +124,7 @@ public class DataFormatUtils {
if (b == null || b == 0) {
return "--";
}
DecimalFormat df = new DecimalFormat("0.00");
DecimalFormat df = new DecimalFormat("0.0");
String sign = "";
if ((a - b) >= 0) {
sign = "+";
......
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