提交更新返回值

master
lwj 2024-09-08 10:53:30 +08:00
parent af860da092
commit dcd586cd73
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class ProductServiceImpl implements ProductService {
TableInfo tableInfoDataSources = tableInfoService.getById(basicId); TableInfo tableInfoDataSources = tableInfoService.getById(basicId);
Long basicId1 = tableInfoDataSources.getBasicId(); Long basicId1 = tableInfoDataSources.getBasicId();
Source dataSources = sourceService.getById(basicId1); Source dataSources = sourceService.getById(basicId);
TableInfo tableInfo = tableInfoService.getById(tableId); TableInfo tableInfo = tableInfoService.getById(tableId);
String tableName = tableInfo.getTableName(); String tableName = tableInfo.getTableName();