<select id="findActiveBlogLike" resultType="Blog" SELECT FROM BLOG WHERE <if test="state != null" state = {state} </if <if test="title != null" AND title like {title} </if <if test="author ...
问题:客户端使用fastjson进行序列化,服务端使用jackson反序列化失败。报错。```Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not deserialize value of type java.util.Date from String "20181225 10:07:...
最新评论