|
@@ -144,7 +144,8 @@ public class FodderServiceImpl extends IBaseServiceImpl<FodderEntity, Long> impl
|
|
|
}
|
|
|
|
|
|
String sceneCode = RandomUtils.getSceneCode("fd720_");
|
|
|
- newName = sceneCode + "." + suffix;
|
|
|
+ // newName = sceneCode + "." + suffix;
|
|
|
+ newName = sceneCode + ".jpg";
|
|
|
savePath = savePath + sceneCode + "/" + newName;
|
|
|
|
|
|
|