mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修复 时间解析类异常问题
This commit is contained in:
		@@ -25,7 +25,7 @@ public class CustomDateDeserializer extends JsonDeserializer<Date> {
 | 
			
		||||
     */
 | 
			
		||||
    @Override
 | 
			
		||||
    public Date deserialize(JsonParser p, DeserializationContext ctxt) throws IOException {
 | 
			
		||||
        return DateUtil.parse(p.getText());
 | 
			
		||||
        return DateUtil.parse(p.getText()).toJdkDate();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user