|
@@ -71,6 +71,7 @@ public class SettledCompanyInfoServiceImpl extends ServiceImpl<SettledCompanyInf
|
|
});
|
|
});
|
|
settledCompanyContactsService.insertBatch(settledCompanyContactsList);
|
|
settledCompanyContactsService.insertBatch(settledCompanyContactsList);
|
|
}
|
|
}
|
|
|
|
+ this.insert(settledCompanyInfo);
|
|
return settledCompanyInfo.getId();
|
|
return settledCompanyInfo.getId();
|
|
}
|
|
}
|
|
|
|
|