修改添加

master
lwj 2024-09-08 20:48:13 +08:00
parent 0aa9df6313
commit 40e4a130d5
1 changed files with 3 additions and 0 deletions

View File

@ -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();