|
@ -351,7 +351,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
</foreach> |
|
|
</foreach> |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectBomByBomNo" resultMap="ErpBomResult"> |
|
|
<select id="selectBomByBomNo" resultMap="ErpBomResult"> |
|
|
select * from erp_bom where bom_no = #{bomNo} |
|
|
select * from erp_bom where bom_no = #{bomNo} and `level` = 0 |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="selectErpBomByOneMaterialNo" parameterType="String" resultMap="ErpBomResult"> |
|
|
<select id="selectErpBomByOneMaterialNo" parameterType="String" resultMap="ErpBomResult"> |
|
|