mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 02:28:03 +08:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master'
This commit is contained in:
		| @ -151,7 +151,7 @@ public class QueryWrapperX<T> extends QueryWrapper<T> { | |||||||
|         switch (SqlConstants.DB_TYPE) { |         switch (SqlConstants.DB_TYPE) { | ||||||
|             case ORACLE: |             case ORACLE: | ||||||
|             case ORACLE_12C: |             case ORACLE_12C: | ||||||
|                 super.eq("ROWNUM", n); |                 super.le("ROWNUM", n); | ||||||
|                 break; |                 break; | ||||||
|             case SQL_SERVER: |             case SQL_SERVER: | ||||||
|             case SQL_SERVER2005: |             case SQL_SERVER2005: | ||||||
|  | |||||||
| @ -12,7 +12,7 @@ import javax.validation.constraints.Size; | |||||||
| public class NoticeSaveReqVO { | public class NoticeSaveReqVO { | ||||||
|  |  | ||||||
|     @Schema(description = "岗位公告编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |     @Schema(description = "岗位公告编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") | ||||||
|     @NotNull(message = "岗位公告编号不能为空") | //    @NotNull(message = "岗位公告编号不能为空") | ||||||
|     private Long id; |     private Long id; | ||||||
|  |  | ||||||
|     @Schema(description = "公告标题", requiredMode = Schema.RequiredMode.REQUIRED, example = "小博主") |     @Schema(description = "公告标题", requiredMode = Schema.RequiredMode.REQUIRED, example = "小博主") | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV