提交更新返回值
parent
dcd586cd73
commit
a95ab86dd6
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue