Commit 5f09de1d by guojuxing

测试

parent 82938067
...@@ -23,6 +23,8 @@ public class DataFormatUtils { ...@@ -23,6 +23,8 @@ public class DataFormatUtils {
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