想问下兽总,如果我想写一个自定义的插入sql该怎么写呢?就类似于下面的这种,
String insert = "insert into texi(texino,rcvtime,sign,angle,evel,lat,lon,pos) values (?,?,?,?,?,?,?,st_geomfromtext(?,4326))";
不知道该调用什么方法了。。。
6 回复
@wendal 官网好像进不去了啊。。。。看不了了。。。。
String sql1 = "select rolecode,roleid from role where roleid in (select roleid from user_role where userid = @userId)";
Sql sql = Sqls.create(sql1);
sql.params().set("userId", userId);
类似这样,但是其实没有callback是吗?兽总?
@wendal OK谢谢兽总拉~~~
添加回复
请先登陆