|
@@ -135,7 +135,7 @@ public class UploadHelper {
|
|
|
}
|
|
|
String name = FileUtils.getFileName(file);
|
|
|
long nowTime = TimeUtils.getNowMills();
|
|
|
- String timeStr = getBaseResult(nowTime) + "_" + mUserId;
|
|
|
+ String timeStr = nowTime + "_" + mUserId;
|
|
|
if (name.contains(".")) {
|
|
|
String[] split = name.split("\\.");
|
|
|
name = timeStr + "." + split[split.length - 1];
|