Sql sql = Sqls.create("select count(*) from l_goodsbom where goodsid = @goodsid");这种情况如何去接收count(*)
设置回调 sql.setCallback,把文档过一遍
好的 谢谢兽哥