mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 18:49:06 +08:00 
			
		
		
		
	修正调用目标字符串最大长度
This commit is contained in:
		| @ -88,7 +88,7 @@ public class SysJob extends BaseEntity implements Serializable | ||||
|     } | ||||
|  | ||||
|     @NotBlank(message = "调用目标字符串不能为空") | ||||
|     @Size(min = 0, max = 1000, message = "调用目标字符串长度不能超过500个字符") | ||||
|     @Size(min = 0, max = 500, message = "调用目标字符串长度不能超过500个字符") | ||||
|     public String getInvokeTarget() | ||||
|     { | ||||
|         return invokeTarget; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 RuoYi
					RuoYi