提交更新返回值
parent
ada99ee47b
commit
310ba5fd6f
|
@ -50,6 +50,7 @@ public class ProductServiceImpl implements ProductService {
|
|||
connection = hikariDataSource.getConnection();
|
||||
// 遍历外部列表
|
||||
for (DataValue[] dataValues : listList) {
|
||||
log.info("bbbbbb");
|
||||
for (DataValue dataValue : dataValues) {
|
||||
log.info("man{}",dataValue);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue