Sql sql=Sqls.fetchInt("SELECT times FROM `sms_verify` t where phone=@phone order by id desc LIMIT 1").setParam("phone", phone);
dao.execute(sql);
int times=sql.getInt();
问答
Sqls.fetchInt方法,如果执行sql没有返回值,sql.getInt 会报错,怎么避免这样的事情发生
标签:
无
3 回复
@wendal thank you
添加回复
请先登陆