上传文件

This commit is contained in:
lym
2025-01-21 11:51:47 +08:00
parent f0f5ff137d
commit 1f7ecac73a
3 changed files with 3233 additions and 1 deletions
@@ -982,7 +982,7 @@ public class ApiTypeRealize {
partsInfos.put(plate.getString(ProduceApiConstants.BD_BLOCK_NO), plateInfo);
plateList.add(plateInfo);
String cabinetId = plateInfo.getBodyName();
String cabinetId = plate.getString(ProduceApiConstants.BD_BOX_ID);
boolean isIrregular = plateInfo.getIsSpecialShaped();
// 柜体
totalPlateCountMapToBody.put(cabinetId, totalPlateCountMapToBody.getOrDefault(cabinetId, 0) + 1);