| | |
| | | <result column="create_by" property="createBy" /> |
| | | <result column="process_def_id" property="processDefId" /> |
| | | <result column="process_ins_id" property="processInsId" /> |
| | | <!-- <collection property="children" ofType="com.ycl.domain.vo.ProjectEngineeringVO" select="getProjectEngineering" column="id"></collection>--> |
| | | </resultMap> |
| | | |
| | | <resultMap id="EngineeringMap" type="com.ycl.domain.vo.ProjectEngineeringVO"> |
| | |
| | | <result column="parent_id" property="parent" /> |
| | | <result column="project_owner_unit_name" property="projectOwnerUnitName" /> |
| | | <result column="competent_department_name" property="competentDepartmentName" /> |
| | | <!-- <collection property="children" ofType="com.ycl.domain.vo.ProjectEngineeringVO" select="getProjectEngineeringList" column="id"></collection>--> |
| | | </resultMap> |
| | | |
| | | <select id="getProjectEngineeringList" parameterType="string" resultMap="EngineeringMap"> |