批量插入 50个
This commit is contained in:
@@ -34,7 +34,7 @@ public class BkContactListServiceImpl extends ServiceImpl<BkContactListMapper, B
|
||||
return bkContact;
|
||||
})
|
||||
.collect(Collectors.toList());
|
||||
mapper.insertBatch(collect);
|
||||
mapper.insertBatch(collect, 50);
|
||||
return mapper.getUserList(shopId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user