@ -44,7 +44,7 @@ public class SzFileUtils {
* @return
*/
public static String fileSizeFormat(Long tfilesize){
String out="0b";
String out="0B";
//获取到浮点型数据
float fileSize = tfilesize.floatValue();
//TB