貌似jFinal3.3操作DB时有一个bug

Record新增时

DB.save("table", record);

record.getLong("userId")取不到自增主键userId,getLong("id")却可以取到,是不是个bug? 

评论区

JFinal

2018-02-13 19:13

取决于 "table" 表的主键名是什么, 如果是 "userId" 那么取的时候就是 getLong("userId")

热门反馈

扫码入社