| | |
| | | select="com.dy.pmsGlobal.daoBa.BaUserMapper.selectNameByUserId" fetchType="eager" /> |
| | | <association property="stationName" column="station_id" javaType="java.lang.Long" |
| | | select="com.dy.pmsGlobal.daoPlt.PltStationMapper.selectNameByStationId" fetchType="eager" /> |
| | | <association property="planName" column="plan_id" javaType="java.lang.Long" |
| | | select="com.dy.pmsGlobal.daoPr.PrAssemblyPlanMapper.selectNameByPlanId" fetchType="eager" /> |
| | | <association property="processName" column="process_id" javaType="java.lang.Long" |
| | | select="com.dy.pmsGlobal.daoPr.PrProductionProcessMapper.selectProcessNameById" fetchType="eager" /> |
| | | <association property="nodeName" column="node_id" javaType="java.lang.Long" |
| | | select="com.dy.pmsGlobal.daoPr.PrProductionNodeMapper.selectNameByNodeId" fetchType="eager" /> |
| | | <association property="lineName" column="line_id" javaType="java.lang.Long" |
| | | select="com.dy.pmsGlobal.daoPlt.PltProductionLineMapper.selectNameByLineId" fetchType="eager" /> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |