spring boot jpa 原生sql Integer 类型如何实现判空操作,数据库用的是pgsql。is null 我用使用了,对Integer不起作用,但是is null 对于String Long 就生效。
收起
一般我就是这样判断的
报告相同问题?