mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
生产工序代码-PlateDetail板ID参数修改
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ public class PlateDetail{
|
|||||||
// 板名称
|
// 板名称
|
||||||
private String name;
|
private String name;
|
||||||
// 板id
|
// 板id
|
||||||
private Long id;
|
private Long plateId;
|
||||||
// 板编号
|
// 板编号
|
||||||
private String plateNo;
|
private String plateNo;
|
||||||
// 自定义板号
|
// 自定义板号
|
||||||
|
|||||||
+1
-1
@@ -486,7 +486,7 @@ public class ApiTypeRealize {
|
|||||||
.build();
|
.build();
|
||||||
|
|
||||||
if (plateDetail.get(plate.getInteger("BlockNo")) != null) {
|
if (plateDetail.get(plate.getInteger("BlockNo")) != null) {
|
||||||
plateDetail.get(plate.getInteger("BlockNo")).setId(plateId);
|
plateDetail.get(plate.getInteger("BlockNo")).setPlateId(plateId);
|
||||||
}
|
}
|
||||||
platesInfos.put(plate.getInteger("ItemID"), plateInfo);
|
platesInfos.put(plate.getInteger("ItemID"), plateInfo);
|
||||||
platesItem.put(plate.getInteger("ItemID"), itemPlate);
|
platesItem.put(plate.getInteger("ItemID"), itemPlate);
|
||||||
|
|||||||
Reference in New Issue
Block a user