提交更新返回值
parent
71d2eb7e46
commit
11b23eaed3
|
@ -50,6 +50,7 @@ public class ProductServiceImpl implements ProductService {
|
||||||
connection = hikariDataSource.getConnection();
|
connection = hikariDataSource.getConnection();
|
||||||
// 遍历外部列表
|
// 遍历外部列表
|
||||||
for (DataValue[] dataValueList : listList) {
|
for (DataValue[] dataValueList : listList) {
|
||||||
|
log.info("便利化后的外部列表的值是{}",dataValueList.toString());
|
||||||
Connection finalConnection = connection;
|
Connection finalConnection = connection;
|
||||||
executorService.submit(() -> {
|
executorService.submit(() -> {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue