代码更新
This commit is contained in:
@@ -79,7 +79,7 @@ public class PointServiceImpl implements PointService {
|
|||||||
String[] types = split[j].split("-");
|
String[] types = split[j].split("-");
|
||||||
typeArr.put(types[0], types[1]);
|
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);
|
res.add(object);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user