Bootstrap

lambdaQuery()

在UserService里查询Adress表的信息

List<Address> addresses = Db.lambdaQuery(Address.class).in(Address::getUserId, userIds).list();
;