代码更新

This commit is contained in:
lyd
2022-10-19 14:36:11 +08:00
parent c003363b5c
commit a06b18bc6c
2 changed files with 28 additions and 27 deletions

View File

@@ -176,7 +176,6 @@ public class RegionServiceImpl implements RegionService {
point_type.put("label", types[1]);
point_type.put("value", types[0]);
res.add(point_type);
res.add(point_type);
}
return res;
}