提交更新返回值

master
lwj 2024-09-08 13:17:22 +08:00
parent ada99ee47b
commit 310ba5fd6f
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class ProductServiceImpl implements ProductService {
connection = hikariDataSource.getConnection(); connection = hikariDataSource.getConnection();
// 遍历外部列表 // 遍历外部列表
for (DataValue[] dataValues : listList) { for (DataValue[] dataValues : listList) {
log.info("bbbbbb");
for (DataValue dataValue : dataValues) { for (DataValue dataValue : dataValues) {
log.info("man{}",dataValue); log.info("man{}",dataValue);
} }