chenhj
2026-04-21 2f20856ea3ca6f2f238ba66252164687f47fcd7e
src/main/resources/mapper/technology/TechnologyRoutingMapper.xml
@@ -15,4 +15,9 @@
        <result column="dept_id" property="deptId" />
    </resultMap>
    <update id="updateProductModelByBomId">
        update technology_routing
        set product_model_id = #{productModelId}
        where bom_id = #{bomId}
    </update>
</mapper>