|
@@ -7,7 +7,7 @@
|
|
|
<result column="group_name" jdbcType="VARCHAR" property="groupName" />
|
|
|
<result column="disc_id" jdbcType="VARCHAR" property="discId" />
|
|
|
<result column="disc_name" jdbcType="VARCHAR" property="discName" />
|
|
|
- <result column="order_num" jdbcType="INTEGER" property="orderNum" />
|
|
|
+ <result column="order_num" jdbcType="VARCHAR" property="orderNum" />
|
|
|
<result column="build_num" jdbcType="VARCHAR" property="buildNum" />
|
|
|
<result column="construction_num" jdbcType="VARCHAR" property="constructionNum" />
|
|
|
<result column="area" jdbcType="DOUBLE" property="area" />
|
|
@@ -91,9 +91,9 @@
|
|
|
</where>
|
|
|
</sql>
|
|
|
<sql id="Base_Column_List">
|
|
|
- id, group_id, group_name, disc_id, disc_name, order_num, build_num, construction_num,
|
|
|
- area, residential_area, un_residential_area, cover_an_area, underground_area, room_num,
|
|
|
- number_info, floors, overground_floors, underground_floors, structure, regionalism_code,
|
|
|
+ id, group_id, group_name, disc_id, disc_name, order_num, build_num, construction_num,
|
|
|
+ area, residential_area, un_residential_area, cover_an_area, underground_area, room_num,
|
|
|
+ number_info, floors, overground_floors, underground_floors, structure, regionalism_code,
|
|
|
land_code, created_id, created_at, updated_at, updated_id
|
|
|
</sql>
|
|
|
<sql id="Blob_Column_List">
|
|
@@ -159,7 +159,7 @@
|
|
|
updated_id, remark, price_remark
|
|
|
)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{groupId,jdbcType=VARCHAR}, #{groupName,jdbcType=VARCHAR},
|
|
|
- #{discId,jdbcType=VARCHAR}, #{discName,jdbcType=VARCHAR}, #{orderNum,jdbcType=INTEGER},
|
|
|
+ #{discId,jdbcType=VARCHAR}, #{discName,jdbcType=VARCHAR}, #{orderNum,jdbcType=VARCHAR},
|
|
|
#{buildNum,jdbcType=VARCHAR}, #{constructionNum,jdbcType=VARCHAR}, #{area,jdbcType=DOUBLE},
|
|
|
#{residentialArea,jdbcType=DOUBLE}, #{unResidentialArea,jdbcType=DOUBLE}, #{coverAnArea,jdbcType=DOUBLE},
|
|
|
#{undergroundArea,jdbcType=DOUBLE}, #{roomNum,jdbcType=VARCHAR}, #{numberInfo,jdbcType=VARCHAR},
|
|
@@ -271,7 +271,7 @@
|
|
|
#{discName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="orderNum != null">
|
|
|
- #{orderNum,jdbcType=INTEGER},
|
|
|
+ #{orderNum,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="buildNum != null">
|
|
|
#{buildNum,jdbcType=VARCHAR},
|
|
@@ -363,7 +363,7 @@
|
|
|
disc_name = #{record.discName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.orderNum != null">
|
|
|
- order_num = #{record.orderNum,jdbcType=INTEGER},
|
|
|
+ order_num = #{record.orderNum,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="record.buildNum != null">
|
|
|
build_num = #{record.buildNum,jdbcType=VARCHAR},
|
|
@@ -440,7 +440,7 @@
|
|
|
group_name = #{record.groupName,jdbcType=VARCHAR},
|
|
|
disc_id = #{record.discId,jdbcType=VARCHAR},
|
|
|
disc_name = #{record.discName,jdbcType=VARCHAR},
|
|
|
- order_num = #{record.orderNum,jdbcType=INTEGER},
|
|
|
+ order_num = #{record.orderNum,jdbcType=VARCHAR},
|
|
|
build_num = #{record.buildNum,jdbcType=VARCHAR},
|
|
|
construction_num = #{record.constructionNum,jdbcType=VARCHAR},
|
|
|
area = #{record.area,jdbcType=DOUBLE},
|
|
@@ -473,7 +473,7 @@
|
|
|
group_name = #{record.groupName,jdbcType=VARCHAR},
|
|
|
disc_id = #{record.discId,jdbcType=VARCHAR},
|
|
|
disc_name = #{record.discName,jdbcType=VARCHAR},
|
|
|
- order_num = #{record.orderNum,jdbcType=INTEGER},
|
|
|
+ order_num = #{record.orderNum,jdbcType=VARCHAR},
|
|
|
build_num = #{record.buildNum,jdbcType=VARCHAR},
|
|
|
construction_num = #{record.constructionNum,jdbcType=VARCHAR},
|
|
|
area = #{record.area,jdbcType=DOUBLE},
|
|
@@ -513,7 +513,7 @@
|
|
|
disc_name = #{discName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="orderNum != null">
|
|
|
- order_num = #{orderNum,jdbcType=INTEGER},
|
|
|
+ order_num = #{orderNum,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="buildNum != null">
|
|
|
build_num = #{buildNum,jdbcType=VARCHAR},
|
|
@@ -587,7 +587,7 @@
|
|
|
group_name = #{groupName,jdbcType=VARCHAR},
|
|
|
disc_id = #{discId,jdbcType=VARCHAR},
|
|
|
disc_name = #{discName,jdbcType=VARCHAR},
|
|
|
- order_num = #{orderNum,jdbcType=INTEGER},
|
|
|
+ order_num = #{orderNum,jdbcType=VARCHAR},
|
|
|
build_num = #{buildNum,jdbcType=VARCHAR},
|
|
|
construction_num = #{constructionNum,jdbcType=VARCHAR},
|
|
|
area = #{area,jdbcType=DOUBLE},
|
|
@@ -617,7 +617,7 @@
|
|
|
group_name = #{groupName,jdbcType=VARCHAR},
|
|
|
disc_id = #{discId,jdbcType=VARCHAR},
|
|
|
disc_name = #{discName,jdbcType=VARCHAR},
|
|
|
- order_num = #{orderNum,jdbcType=INTEGER},
|
|
|
+ order_num = #{orderNum,jdbcType=VARCHAR},
|
|
|
build_num = #{buildNum,jdbcType=VARCHAR},
|
|
|
construction_num = #{constructionNum,jdbcType=VARCHAR},
|
|
|
area = #{area,jdbcType=DOUBLE},
|