This commit is contained in:
2022-10-31 14:40:34 +08:00
6 changed files with 48 additions and 21 deletions

View File

@@ -79,7 +79,7 @@ public class PointServiceImpl implements PointService {
String[] types = split[j].split("-");
typeArr.put(types[0], types[1]);
}
object.put("point_status_name", typeArr.getString(point_type));
object.put("point_type_name", typeArr.getString(point_type));
}
res.add(object);
}