mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	[fix] 文件管理
This commit is contained in:
		| @@ -30,4 +30,7 @@ public class FilePageReqVO extends PageParam { | ||||
|     @Schema(description = "目录id", example = "12345646") | ||||
|     private Long categoryId; | ||||
|  | ||||
|     @Schema(description = "名称", example = "12345646") | ||||
|     private String name; | ||||
|  | ||||
| } | ||||
|   | ||||
| @@ -21,6 +21,7 @@ public interface FileMapper extends BaseMapperX<FileDO> { | ||||
|                 .likeIfPresent(FileDO::getType, reqVO.getType()) | ||||
|                 .betweenIfPresent(FileDO::getCreateTime, reqVO.getCreateTime()) | ||||
|                 .eqIfPresent(FileDO::getCategoryId, reqVO.getCategoryId()) | ||||
|                 .likeIfPresent(FileDO::getName, reqVO.getName()) | ||||
|                 .orderByDesc(FileDO::getId)); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user