MySQL迁移到PostgreSQL提示不良的类型值 ?

at org.hibernate.impl.SessionImpl.get(SessionImpl.java:998)
at org.hibernate.ejb.AbstractEntityManagerImpl.find(AbstractEntityManagerImpl.java:781)
... 79 more
Caused by: org.postgresql.util.PSQLException: [b]不良的类型值 long : [/b]

[#list adPosition.ads as ad]
[#if ad.hasBegun() && !ad.hasEnded() && ad.type == "image"]
[#if ad.url??]

${ad.title}

[#else]
${ad.title}
[/#if]
[/#if]
[/#list]



[b]
不良的类型值 是什么错误[/b] :D

你可能感兴趣的:(问题总结)