@@ -241,7 +241,8 @@ class PatentinfoService extends CrudService {
}
i.inventor = iList;
- await this.model.insertMany(arr);
+ const res = await this.model.insertMany(arr);
+ return res;
async toExport({ user }) {
const data = {