| | |
| | | <result property="startTime" column="start_time" jdbcType="TIMESTAMP"/> |
| | | <result property="endTime" column="end_time" jdbcType="TIMESTAMP"/> |
| | | <result property="assistants" column="assistants" jdbcType="VARCHAR"/> |
| | | <association property="userName" column="user_id" javaType="java.lang.Long" |
| | | 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" /> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |