mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
生产工序代码-PlateDetail板ID参数修改
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ public class PlateDetail{
|
||||
// 板名称
|
||||
private String name;
|
||||
// 板id
|
||||
private Long id;
|
||||
private Long plateId;
|
||||
// 板编号
|
||||
private String plateNo;
|
||||
// 自定义板号
|
||||
|
||||
+1
-1
@@ -486,7 +486,7 @@ public class ApiTypeRealize {
|
||||
.build();
|
||||
|
||||
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);
|
||||
platesItem.put(plate.getInteger("ItemID"), itemPlate);
|
||||
|
||||
Reference in New Issue
Block a user