添加字段和表

master
Cui YongXing 2024-09-03 17:32:26 +08:00
parent 197158b1a9
commit ef13f28087
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
log.info(dataValue);
}
}
Result result = datasourceFeign.addProduct(basicId, tableId, tableValue);
Result result = datasourceFeign.addProduct(newBasicId, tableId, tableValue);
return "执行成功";
}