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