提交更新返回值
parent
dcd586cd73
commit
a95ab86dd6
|
@ -30,9 +30,8 @@ public class ProductServiceImpl implements ProductService {
|
||||||
private TableInfoService tableInfoService;
|
private TableInfoService tableInfoService;
|
||||||
|
|
||||||
public int addProduct(Long basicId, Long tableId, DataValue[][] listList) {
|
public int addProduct(Long basicId, Long tableId, DataValue[][] listList) {
|
||||||
|
// TableInfo tableInfoDataSources = tableInfoService.getById(basicId);
|
||||||
TableInfo tableInfoDataSources = tableInfoService.getById(basicId);
|
// Long basicId1 = tableInfoDataSources.getBasicId();
|
||||||
Long basicId1 = tableInfoDataSources.getBasicId();
|
|
||||||
Source dataSources = sourceService.getById(basicId);
|
Source dataSources = sourceService.getById(basicId);
|
||||||
TableInfo tableInfo = tableInfoService.getById(tableId);
|
TableInfo tableInfo = tableInfoService.getById(tableId);
|
||||||
String tableName = tableInfo.getTableName();
|
String tableName = tableInfo.getTableName();
|
||||||
|
|
Loading…
Reference in New Issue