liyong
2026-04-21 bb7b2eaea4df4407e623f3438adbecb0f6188fd7
src/main/resources/mapper/production/ProductBomMapper.xml
@@ -35,6 +35,7 @@
        <if test="c.version != null">
            and version = #{c.version}
        </if>
        order by id desc
    </select>
    <select id="getById" resultType="com.ruoyi.production.dto.ProductBomDto">
        select pb.*,