gongchunyi
5 天以前 9f5813763a54f7fde8b472b0da305d635a624e8f
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.*,