diff --git a/src/main/resources/mapper/part/BomManagementMapper.xml b/src/main/resources/mapper/part/BomManagementMapper.xml index 0299c281..7e2b8f40 100644 --- a/src/main/resources/mapper/part/BomManagementMapper.xml +++ b/src/main/resources/mapper/part/BomManagementMapper.xml @@ -453,6 +453,7 @@ set qty_per_assembly = #{qtyPerAssembly}, component_scrap = #{componentScrap}, shrinkage_factor = #{shrinkageFactor}, + line_sequence = #{lineSequence}, update_date = getDate(), update_by = #{updateBy} where site = #{site} and bu_no = #{buNo} and part_no = #{partNo} and eng_chg_level = #{engChgLevel} and bom_type = #{bomType} and alternative_no = #{alternativeNo} and line_item_no = #{lineItemNo}