Db.update

Db.update("表名", "id",record);

id为自增

报错image.png


评论区

JFinal

2020-05-08 17:32

record 对象中放入 id 值,例如:
record.set("id", xxx);
Db.update("表名", id, record);

热门反馈

扫码入社