提交 3be4b49a authored 作者: 邓砥奕's avatar 邓砥奕

更新

上级 4105d048
...@@ -441,6 +441,7 @@ public class StorageBillController { ...@@ -441,6 +441,7 @@ public class StorageBillController {
for (int i = saveDevices.size()-1;i>=0;i--){ for (int i = saveDevices.size()-1;i>=0;i--){
if (packingLibraryEntity.getPartParentId().equals(saveDevices.get(i).getPackingId())){ if (packingLibraryEntity.getPartParentId().equals(saveDevices.get(i).getPackingId())){
deviceLibraryEntity.setPartParentId(saveDevices.get(i).getId()); deviceLibraryEntity.setPartParentId(saveDevices.get(i).getId());
break;
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论