生产工序代码-PlateDetail板ID参数修改

This commit is contained in:
liuzhaotian
2024-05-09 17:11:10 +08:00
parent 94818069cd
commit d9735d3e49
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@ public class PlateDetail{
// 板名称
private String name;
// 板id
private Long id;
private Long plateId;
// 板编号
private String plateNo;
// 自定义板号
@@ -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);