Commit 2aacc342 authored by jyx's avatar jyx

代码优化

parent 8c339c4e
......@@ -173,7 +173,7 @@ public class ToolUtil {
}
public static float formatNumCNY(int num) {
return ((float) num) / 1000f;
return ((float) num) / 10000f;
}
/**
......
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