提交更新返回值

master
lwj 2024-09-08 13:05:40 +08:00
parent 71d2eb7e46
commit 11b23eaed3
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class ProductServiceImpl implements ProductService {
connection = hikariDataSource.getConnection();
// 遍历外部列表
for (DataValue[] dataValueList : listList) {
log.info("便利化后的外部列表的值是{}",dataValueList.toString());
Connection finalConnection = connection;
executorService.submit(() -> {
try {