| | |
| | | ip2.addAll(insProducts); |
| | | } |
| | | for (InsProduct product : ip2) { |
| | | product.setStandardMethodListId(Long.valueOf(a.getInsulating().getStandardMethodListId())); |
| | | product.setStandardMethodListId(a.getInsulating().getStandardMethodListIds().toString()); |
| | | } |
| | | addInsProductMethod(a.getId(), ip2); |
| | | } |
| | |
| | | ip2.addAll(insProducts); |
| | | } |
| | | for (InsProduct product : ip2) { |
| | | product.setStandardMethodListId(Long.valueOf(a.getAuxiliaryWireCore().getStandardMethodListId())); |
| | | product.setStandardMethodListId(a.getAuxiliaryWireCore().getStandardMethodListId().toString()); |
| | | } |
| | | addInsProductMethod(a.getId(), ip2); |
| | | } |