| | |
| | | <association property="processName" column="process_id" javaType="java.lang.Long" |
| | | select="com.dy.pmsGlobal.daoPr.PrProductionProcessMapper.selectProcessNameById" fetchType="eager" /> |
| | | <collection property="process" ofType="com.dy.pmsGlobal.pojoPr.PrProductionProcess" |
| | | select="com.dy.pmsGlobal.daoPr.PrProductionProcessMapper.selectByProcess" fetchType="eager" column="process_id" /> |
| | | select="com.dy.pmsGlobal.daoPr.PrProductionProcessMapper.selectByPrimaryKey" fetchType="eager" column="process_id" /> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | |
| | | from pr_production_node |
| | | where process_id = #{processId,jdbcType=BIGINT} |
| | | </select> |
| | | |
| | | <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> |
| | | select |
| | | <include refid="Base_Column_List" /> |