|
@@ -214,7 +214,7 @@ public class FodderServiceImpl extends IBaseServiceImpl<FodderEntity, Long> impl
|
|
log.info("iconPath:" + iconPath);
|
|
log.info("iconPath:" + iconPath);
|
|
|
|
|
|
entity.setOssPath(ossUrl);
|
|
entity.setOssPath(ossUrl);
|
|
-// entity.setIcon(iconPath);
|
|
|
|
|
|
+ entity.setIcon(iconPath);
|
|
entity.setUserId(phone);
|
|
entity.setUserId(phone);
|
|
entity.setFileSize(size + "");
|
|
entity.setFileSize(size + "");
|
|
entity.setDpi(getDpi(file, type));
|
|
entity.setDpi(getDpi(file, type));
|