|
|
@ -218,7 +218,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
partIfsInventory.setInvoiceConsideration(data.getInvoiceConsideration() == null ? "" : data.getInvoiceConsideration()); // 供应商发票事项 |
|
|
partIfsInventory.setInvoiceConsideration(data.getInvoiceConsideration() == null ? "" : data.getInvoiceConsideration()); // 供应商发票事项 |
|
|
partIfsInventory.setZeroCostFlag(data.getZeroCostFlag() == null ? "" : data.getZeroCostFlag()); // 零成本 |
|
|
partIfsInventory.setZeroCostFlag(data.getZeroCostFlag() == null ? "" : data.getZeroCostFlag()); // 零成本 |
|
|
partIfsInventory.setPartCostGroupId(data.getPartCostGroupId() == null ? "" : data.getPartCostGroupId()); // 零件成本组 |
|
|
partIfsInventory.setPartCostGroupId(data.getPartCostGroupId() == null ? "" : data.getPartCostGroupId()); // 零件成本组 |
|
|
partIfsInventory.setEngAttribute(data.getCodeNo().isEmpty() ? "" : data.getCodeNo()); // 模板编码 |
|
|
|
|
|
|
|
|
partIfsInventory.setEngAttribute(data.getCodeNo() == null ? "" : data.getCodeNo()); // 模板编码 |
|
|
return partIfsInventory; |
|
|
return partIfsInventory; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|