修改添加
parent
0aa9df6313
commit
40e4a130d5
|
@ -346,6 +346,9 @@ public class ProductServiceImpl implements ProductService {
|
|||
|
||||
|
||||
public int addProduct(Long basicId, Long tableId, DataValue[][] listList) {
|
||||
|
||||
log.info("数据库主键ID"+basicId);
|
||||
log.info("表的主键ID"+tableId);
|
||||
Source dataSources = sourceService.getById(basicId);
|
||||
TableInfo tableInfo = tableInfoService.getById(tableId);
|
||||
String tableName = tableInfo.getTableName();
|
||||
|
|
Loading…
Reference in New Issue