standard-server/src/main/resources/mapper/TechnologyMapper.xml
@@ -12,7 +12,7 @@ <!--右侧数据展示 工艺路线--> <resultMap id="selectAllTecMap" type="map"> <id property="name" column="father"/> <id property="father" column="father"/> <collection property="children" resultMap="selectAllTecMaps" javaType="List"/> </resultMap> <resultMap id="selectAllTecMaps" type="map">