修改bug

master
Cui YongXing 2024-09-04 21:00:39 +08:00
parent ea571fe542
commit 944b771752
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
} }
} }
Result result = datasourceFeign.addProduct(newBasicId, tableId, tableValue); Result result = datasourceFeign.addProduct(newBasicId, tableId, tableValue);
log.info(result);
} }