gongchunyi
5 天以前 65dcb16e025e2e7e155c9ea494a815935826d75f
src/main/resources/mapper/production/ProductBomMapper.xml
@@ -35,6 +35,7 @@
        <if test="c.version != null">
            and version = #{c.version}
        </if>
        order by pb.bom_no desc
    </select>
    <select id="getById" resultType="com.ruoyi.production.dto.ProductBomDto">
        select pb.*,