fix:数据导出中心
This commit is contained in:
parent
309a8cda92
commit
b1a716a7c6
@ -685,7 +685,7 @@ public class ExportCenterService {
|
||||
String unit = "Mb";
|
||||
Double size = 0.0;
|
||||
if((double) length/1024/1024 > 1){
|
||||
if((double) length/1024/1024 > 1){
|
||||
if((double) length/1024/1024/1024 > 1){
|
||||
unit = "Gb";
|
||||
size = Double.valueOf(String.format("%.2f", (double) length/1024/1024/1024));
|
||||
}else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user