The reason is that the attribute type in the entity class is inconsistent with the field type in the database table;
I reported an error here because the database type is CLOB and the string used in the entity class is string;
Change the string in the entity class to CLOB to solve the problem.