寻找报错

master
Cui YongXing 2024-09-05 22:29:42 +08:00
parent 8655b1a92f
commit e750e0b421
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
dataValue.setKey(newKey); dataValue.setKey(newKey);
} }
} }
log.info("查询结束"); log.info("{}查询结束",sqlSelect);
log.info("执行{}添加的方法",sqlSelect); log.info("执行{}添加的方法",sqlSelect);
Result result = datasourceFeign.addProduct(newBasicId, tableId, data); Result result = datasourceFeign.addProduct(newBasicId, tableId, data);
log.info("{}添加结束",sqlSelect); log.info("{}添加结束",sqlSelect);