Commit 5f09de1d by guojuxing

测试

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