Model的使用

我想给一个数据库字段增加数值

我是这么写的,请问一下还有别的方法么Plan.dao.findById(id).set("totalamount",Plan.dao.findById(id).getBigDecimal("totalamount").add(newnumber)).set("remainamount", Plan.dao.findById(id).getBigDecimal("remainamount").add(newnumber)).update();

评论区

JFinal

2020-03-21 16:18

Db.update("update tablename set remainamount = ? where id = ?", newnumber , id);

热门反馈

扫码入社