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>