| | |
| | | select="com.dy.pmsGlobal.daoPr.PrBatchNumberMapper.selectBatchNoById" fetchType="eager" /> |
| | | <association property="processName" column="process_id" javaType="java.lang.Long" |
| | | select="com.dy.pmsGlobal.daoPr.PrProductionProcessMapper.selectProcessNameById" fetchType="eager" /> |
| | | <collection property="nodes" ofType="com.dy.pmsGlobal.pojoPr.PrProductionNode" |
| | | select="selectByProcess" fetchType="eager" column="process_id" /> |
| | | <collection property="process" ofType="com.dy.pmsGlobal.pojoPr.PrProductionProcess" |
| | | select="com.dy.pmsGlobal.daoPr.PrProductionProcessMapper.selectByProcess" fetchType="eager" column="process_id" /> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |