寻找报错
parent
d31af6a1c1
commit
47bfaba772
|
@ -327,9 +327,11 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
|
|||
String key = dataValue.getKey();
|
||||
String newKey = map.get(key);
|
||||
dataValue.setKey(newKey);
|
||||
if (pageNum==160000){
|
||||
log.info(dataValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
log.info("{}查询结束",sqlSelect);
|
||||
log.info("执行{}添加的方法",sqlSelect);
|
||||
Result result = datasourceFeign.addProduct(newBasicId, tableId, data);
|
||||
|
|
Loading…
Reference in New Issue