提交更新返回值
parent
71d2eb7e46
commit
11b23eaed3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue