zss
2023-08-22 9af79e89d057f44b142fa8af6ae394d2ce7ccfe3
inspection-server/src/main/resources/mapper/PlanMapper.xml
@@ -8,7 +8,7 @@
        <result property="inspectionStatus" column="inspectionStatus"/>
        <result property="startTime" column="startTime"/>
        <result property="endTime" column="endTime"/>
        <collection property="chldren" resultMap="selectAllPlanMapTowsMap" javaType="List"/>
        <collection property="children" resultMap="selectAllPlanMapTowsMap" javaType="List"/>
    </resultMap>
    <resultMap id="selectAllPlanMapTowsMap" type="map">
        <id property="pid" column="pid"/>