|
|
@ -81,7 +81,7 @@ public class PartCatalogDaoImpl implements PartCatalogDao { |
|
|
sql.append(" :engAttribute, 'Y', :typeDesignation, :hazardCode, :assetClass, :dimQuality, :abcClass, :frequencyClass, :LifecycleStage, "); |
|
|
sql.append(" :engAttribute, 'Y', :typeDesignation, :hazardCode, :assetClass, :dimQuality, :abcClass, :frequencyClass, :LifecycleStage, "); |
|
|
sql.append(" :countryOfOrigin, :manufLeadtime, :expectedLeadtime, :regionOfOrigin, :durabilityDay, :partStatus, :createdDate, :ifsRowVersion,"); //添加创建时间字段 |
|
|
sql.append(" :countryOfOrigin, :manufLeadtime, :expectedLeadtime, :regionOfOrigin, :durabilityDay, :partStatus, :createdDate, :ifsRowVersion,"); //添加创建时间字段 |
|
|
sql.append(" '*', :inventoryValuationMethod, :partCostGroupId, :inventoryPartCostLevel, :invoiceConsideration, :zeroCostFlag, 'Y', :estimatedMaterialCost,) "); |
|
|
sql.append(" '*', :inventoryValuationMethod, :partCostGroupId, :inventoryPartCostLevel, :invoiceConsideration, :zeroCostFlag, 'Y', :estimatedMaterialCost,) "); |
|
|
sql.append(" :planningMethod, :stdLotSize, :commGroup3, supplyCode) "); |
|
|
|
|
|
|
|
|
sql.append(" :planningMethod, :stdLotSize, :commGroup3, :supplyCode) "); |
|
|
parameterJdbcTemplate.batchUpdate(sql.toString(), SqlParameterSourceUtils.createBatch(ifsInventoryParts.toArray())); |
|
|
parameterJdbcTemplate.batchUpdate(sql.toString(), SqlParameterSourceUtils.createBatch(ifsInventoryParts.toArray())); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |