jeecg-3.8 数据库切换到postgresql,登录系统后,在线聊天功能异常,控制台输出:
org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback;
bad SQL grammar [select * from t_s_depart where org_type = 1];
nested exception is org.postgresql.util.PSQLException: 错误: 操作符不存在: character varying = integer
建议:No operator matches the given name and argument types. You might need to add explicit type casts.