Browse Source

2024-04-30

master
zelian_wu 2 years ago
parent
commit
a17ab96f47
  1. 1
      src/main/resources/mapper/quotation/QuoteBomHeaderMapper.xml

1
src/main/resources/mapper/quotation/QuoteBomHeaderMapper.xml

@ -29,6 +29,7 @@
and bom_type = #{bomType}
and eng_chg_level = #{version}
and alternative_no = #{alternativeNo}
and qty_per_assembly > 0
order by line_sequence
</select>

Loading…
Cancel
Save