mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-26 04:38:34 +08:00
fix 修复 测试出的bug 调整sql结构
This commit is contained in:
@@ -15,7 +15,7 @@ import org.mapstruct.ReportingPolicy;
|
||||
@Mapper(componentModel = MappingConstants.ComponentModel.SPRING, unmappedTargetPolicy = ReportingPolicy.IGNORE)
|
||||
public interface SysOssVoConvert extends BaseMapper<SysOssVo, RemoteFile> {
|
||||
|
||||
@Mapping(target = "fileName", source = "name")
|
||||
@Mapping(target = "name", source = "fileName")
|
||||
RemoteFile convert(SysOssVo sysOssVo);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user