|
@@ -30,6 +30,7 @@
|
|
<result property="sortIndex" column="sort_index" javaType="Long" jdbcType="DECIMAL"/>
|
|
<result property="sortIndex" column="sort_index" javaType="Long" jdbcType="DECIMAL"/>
|
|
<result property="status" column="status" javaType="Byte" jdbcType="DECIMAL"/>
|
|
<result property="status" column="status" javaType="Byte" jdbcType="DECIMAL"/>
|
|
<result property="level" column="level" javaType="Integer" jdbcType="DECIMAL"/>
|
|
<result property="level" column="level" javaType="Integer" jdbcType="DECIMAL"/>
|
|
|
|
+ <result property="districtId" column="district_id" javaType="string" jdbcType="VARCHAR"/>
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<!--用于动态生成sql所需的配置-->
|
|
<!--用于动态生成sql所需的配置-->
|