select id, role_id,feature_id,remark,create_time,update_time from tb_role_feature where `role_id` = 1
> ERROR: operator does not exist: ` bigint
LINE 1: ...reate_time,update_time from tb_role_feature where `role_id` ...
^
HINT: No operator matches the given name and argument type. You might need to add an explicit type cast.
解决:去掉role_id前后的符号即可解决