寻找报错

master
Cui YongXing 2024-09-05 23:19:23 +08:00
parent d31af6a1c1
commit 47bfaba772
1 changed files with 3 additions and 1 deletions

View File

@ -327,9 +327,11 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
String key = dataValue.getKey(); String key = dataValue.getKey();
String newKey = map.get(key); String newKey = map.get(key);
dataValue.setKey(newKey); dataValue.setKey(newKey);
if (pageNum==160000){
log.info(dataValue); log.info(dataValue);
} }
} }
}
log.info("{}查询结束",sqlSelect); log.info("{}查询结束",sqlSelect);
log.info("执行{}添加的方法",sqlSelect); log.info("执行{}添加的方法",sqlSelect);
Result result = datasourceFeign.addProduct(newBasicId, tableId, data); Result result = datasourceFeign.addProduct(newBasicId, tableId, data);