src/main/resources/mapper/DeviceMapper.xml
@@ -24,7 +24,7 @@ <result column="device_version_value" property="version" jdbcType="INTEGER" /> <result column="device_version_name" property="name" jdbcType="VARCHAR" /> </association> <association property="monitorPoint" javaType="com.moral.entity.MonitorPoint"> <association property="monitorpointDetail" javaType="com.moral.entity.MonitorPoint"> <result column="monitor_point_id" property="id" jdbcType="INTEGER" /> <result column="monitor_point_name" property="name" jdbcType="VARCHAR" /> </association>