优化sql

This commit is contained in:
zy 2026-03-20 16:32:28 +08:00
parent 2767645cf6
commit 9f3e65a3ea
1 changed files with 6 additions and 1 deletions

View File

@ -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">