jfinal 问题

jfinal 能多个条件删除吗  比如:delete from t_car_types where carType='中巴' and cid = ?  能用jfinal吗    或者是除了主键删除就没有其他条件删除了吗  

评论区

天朝子民

2018-09-07 16:44

Db.delete("delete from t_car_types where carType='中巴' and cid = ?",cid);

JFinal

2018-09-07 16:59

除了 @天朝子民 同学给的方法以外,还可以这样:

Db.delete("delete from t_car_types where carType=? and cid = ?", "中巴", cid);

fansunion

2018-10-10 22:53

@JFinal 自己尝试抽象crud,就能猜出jfinal框架支持哪些。

热门反馈

扫码入社