Browse Source

序号拖拽排序

java8
han\hanst 2 months ago
parent
commit
7151741981
  1. 1
      src/main/resources/mapper/part/BomManagementMapper.xml

1
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}

Loading…
Cancel
Save