@@ -272,6 +272,9 @@
ORDER BY PRODUCT_CREATE_DATE DESC
</select>
+
<!--根据配件类型id查询所有子类型-->
<select id="selectProductFittingsType" resultType="ProductChildType" parameterType="Integer">
select * from tb_iamberry_product_child_type