|
@@ -196,7 +196,7 @@ public class SysFileServiceImpl extends ServiceImpl<SysFileDao, SysFile> impleme
|
|
sysFileEntity.setMd5(uploadResult.getE_tag().replace("\"", ""));
|
|
sysFileEntity.setMd5(uploadResult.getE_tag().replace("\"", ""));
|
|
}
|
|
}
|
|
sysFileEntity.setTarget(target);
|
|
sysFileEntity.setTarget(target);
|
|
-
|
|
|
|
|
|
+ sysFileEntity.setTarget_label(StyleEnums.targetToLabel(target));
|
|
|
|
|
|
// 获得公共配置
|
|
// 获得公共配置
|
|
List<SysCommon> sysCommonList = sysCommonService.getCommonByCategory("UPLOAD");
|
|
List<SysCommon> sysCommonList = sysCommonService.getCommonByCategory("UPLOAD");
|