优化sql
This commit is contained in:
parent
2767645cf6
commit
9f3e65a3ea
|
|
@ -24,7 +24,12 @@
|
|||
<result property="isDel" column="IS_DEL" jdbcType="INTEGER"/>
|
||||
<result property="updatedTime" column="UPDATED_TIME" />
|
||||
<result property="orgMessage" column="ORG_MESSAGE" jdbcType="VARCHAR"/>
|
||||
<association property="stationName" select="getStationName" column="DEPLOY_CODE"/>
|
||||
<result property="normalValue" column="NORMAL_VALUE" jdbcType="VARCHAR"/>
|
||||
<result property="survValue" column="SURV_VALUE" jdbcType="VARCHAR"/>
|
||||
<result property="survUnit" column="SURV_UNIT" jdbcType="VARCHAR"/>
|
||||
<result property="readStatus" column="READ_STATUS" jdbcType="VARCHAR"/>
|
||||
<result property="stationName" column="STATION_NAME" jdbcType="VARCHAR"/>
|
||||
<!-- <association property="stationName" select="getStationName" column="DEPLOY_CODE"/>-->
|
||||
</resultMap>
|
||||
|
||||
<sql id="baseSql">
|
||||
|
|
|
|||
Loading…
Reference in New Issue