This commit is contained in:
2023-10-11 10:39:26 +08:00
parent 7e85dac3ff
commit cae7a7f545

View File

@@ -153,7 +153,6 @@ public class BusinessServiceImpl implements IBusinessService {
for (String tableName : tableNames) {
List<Map<String, String>> data = typeData.get(tableName);
tableName = tableName.substring(tableName.indexOf(StrPool.AT) + 1);
//需要转换的实体类class类
for (Map<String, String> datum : data) {
//tag数据
Map<String, String> tags = new HashMap<>();