mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-17 08:46:39 +08:00
fix 修复 时间解析类异常问题
This commit is contained in:
parent
c01ed34602
commit
40a0e57870
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user