提交更新返回值

master
lwj 2024-09-08 10:58:55 +08:00
parent dcd586cd73
commit a95ab86dd6
1 changed files with 2 additions and 3 deletions

View File

@ -30,9 +30,8 @@ public class ProductServiceImpl implements ProductService {
private TableInfoService tableInfoService;
public int addProduct(Long basicId, Long tableId, DataValue[][] listList) {
TableInfo tableInfoDataSources = tableInfoService.getById(basicId);
Long basicId1 = tableInfoDataSources.getBasicId();
// TableInfo tableInfoDataSources = tableInfoService.getById(basicId);
// Long basicId1 = tableInfoDataSources.getBasicId();
Source dataSources = sourceService.getById(basicId);
TableInfo tableInfo = tableInfoService.getById(tableId);
String tableName = tableInfo.getTableName();