微调
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user