Commit 5f09de1d by guojuxing

测试

parent 82938067
...@@ -22,6 +22,8 @@ public class DataFormatUtils { ...@@ -22,6 +22,8 @@ public class DataFormatUtils {
if (data == null) { if (data == null) {
return "--"; return "--";
} }
if (data >= ONE_HUNDRED_THOUSAND) { if (data >= ONE_HUNDRED_THOUSAND) {
return data / 10000 + "万"; return data / 10000 + "万";
......
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