| | |
| | | <id property="code" column="code"/> |
| | | <result property="id" column="id"/> |
| | | <result property="samplename" column="samplename"/> |
| | | <result property="inspectionStatus" column="inspectionStatus"/> |
| | | <result property="testState" 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"/> |
| | |
| | | <result property="unit" column="unit"/> |
| | | <result property="required" column="required"/> |
| | | <result property="internal" column="internal"/> |
| | | <result property="testValue" column="testValue"/> |
| | | <result property="testState" column="testState"/> |
| | | <result property="checker" column="checker"/> |
| | | <result property="instrumentname" column="instrumentname"/> |
| | |
| | | ip.unit, |
| | | required, |
| | | internal, |
| | | test_value testValue, |
| | | test_state testState, |
| | | u.name checker, |
| | | equipment_name instrumentname |