| | |
| | | <result property="dwgUrl" column="dwg_url"></result> |
| | | <collection property="materials" javaType="java.util.ArrayList" ofType="com.whyc.pojo.Material" column="{parentCode=parent_code,customCode=custom_code,materialId=material_id,version=version}" select="selectMaterial"> |
| | | </collection> |
| | | <collection property="softwares" javaType="java.util.ArrayList" ofType="com.whyc.pojo.Material" column="{subCode=sub_code}" select="selectSoftWares"> |
| | | <collection property="softwares" javaType="java.util.ArrayList" ofType="com.whyc.pojo.Software" column="{subCode=sub_code}" select="selectSoftWares"> |
| | | </collection> |
| | | </resultMap> |
| | | <select id="getBomHistoryAndMaterial" resultMap="BomHistoryList"> |