提交更新返回值
parent
af860da092
commit
dcd586cd73
|
@ -33,7 +33,7 @@ public class ProductServiceImpl implements ProductService {
|
|||
|
||||
TableInfo tableInfoDataSources = tableInfoService.getById(basicId);
|
||||
Long basicId1 = tableInfoDataSources.getBasicId();
|
||||
Source dataSources = sourceService.getById(basicId1);
|
||||
Source dataSources = sourceService.getById(basicId);
|
||||
TableInfo tableInfo = tableInfoService.getById(tableId);
|
||||
String tableName = tableInfo.getTableName();
|
||||
|
||||
|
|
Loading…
Reference in New Issue