提交更新返回值
parent
cda6d246c6
commit
71d2eb7e46
|
@ -154,6 +154,7 @@ public class ProductServiceImpl implements ProductService {
|
||||||
|
|
||||||
// 循环设置参数并执行插入
|
// 循环设置参数并执行插入
|
||||||
for (DataValue dataValue : dataValueList) {
|
for (DataValue dataValue : dataValueList) {
|
||||||
|
log.info("循环的值为:"+dataValue.toString());
|
||||||
int index = 1;
|
int index = 1;
|
||||||
Object obj = dataValue.getValue();
|
Object obj = dataValue.getValue();
|
||||||
if (obj instanceof String) {
|
if (obj instanceof String) {
|
||||||
|
|
Loading…
Reference in New Issue