代码更新

This commit is contained in:
lyd
2022-10-29 10:58:15 +08:00
parent 9656719e16
commit 701e3bc141

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);
}