提交更新返回值

master
lwj 2024-09-08 12:59:56 +08:00
parent cda6d246c6
commit 71d2eb7e46
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ public class ProductServiceImpl implements ProductService {
// 循环设置参数并执行插入
for (DataValue dataValue : dataValueList) {
log.info("循环的值为:"+dataValue.toString());
int index = 1;
Object obj = dataValue.getValue();
if (obj instanceof String) {