Commit 7d935122 by 陶光胜

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-data-cloud into developer
parents fb8aacd9 5f09de1d
......@@ -22,6 +22,8 @@ public class DataFormatUtils {
if (data == null) {
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