1、使用String传入的话,报错
ERROR: column "qrate" is of type jsonb but expression is of type character varying
建议:You will need to rewrite or cast the expression.
2、使用Object传入的话,报错
com.jfinal.plugin.activerecord.ActiveRecordException: org.postgresql.util.PSQLException: No hstore extension installed.
项目:JFinal