mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
api倒数数据转换需改
This commit is contained in:
+1
-1
@@ -1326,7 +1326,7 @@ public class ApiTypeRealize {
|
|||||||
}
|
}
|
||||||
List<IContourData> contourData = new ArrayList<>();
|
List<IContourData> contourData = new ArrayList<>();
|
||||||
for (int j = 0; j < element.size(); j++) {
|
for (int j = 0; j < element.size(); j++) {
|
||||||
JSONObject point = element.getJSONObject(i);
|
JSONObject point = element.getJSONObject(j);
|
||||||
String[] points = splitAndTrim(point.getString(ProduceApiConstants.BPD_MODEL_ORIGIN_MODELING_HOLES_POS));
|
String[] points = splitAndTrim(point.getString(ProduceApiConstants.BPD_MODEL_ORIGIN_MODELING_HOLES_POS));
|
||||||
Point pointVO = Point.builder()
|
Point pointVO = Point.builder()
|
||||||
.x(Double.valueOf(points[X]))
|
.x(Double.valueOf(points[X]))
|
||||||
|
|||||||
Reference in New Issue
Block a user