修复文件ossbug全部改用ossId二次请求方式
This commit is contained in:
@@ -12,6 +12,8 @@ import com.ruoyi.common.core.mapper.BaseMapperPlus;
|
||||
import com.ruoyi.oa.domain.vo.FileUser;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 文件档案管理Mapper接口
|
||||
*
|
||||
@@ -23,4 +25,6 @@ public interface EmployeeFilesMapper extends BaseMapperPlus<EmployeeFilesMapper,
|
||||
Page<FileUser> selectFileUserVoPage(Page<Object> build,@Param(Constants.WRAPPER) Wrapper<SysUser> userLambdaQueryWrapper);
|
||||
|
||||
void deleteByUserId(Long userId);
|
||||
|
||||
List<EmployeeFilesVo> selectVoListPlus(@Param(Constants.WRAPPER) LambdaQueryWrapper<EmployeeFiles> employeeFilesLambdaQueryWrapper);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user