系统 : CentOS Linux release 7.4.1708 (Core) 产品 : OushuDB 模块 : DB 子模块 : -
org.postgresql.util.PSQLException: ERROR: column "f_a" is of type bigint but expression is of type character varying
字段是int类型,插入的是character varying,不一致
建议改成一致