|
@@ -31,6 +31,12 @@
|
31
|
31
|
<result column="create_date" property="createDate" jdbcType="TIMESTAMP" />
|
32
|
32
|
<result column="create_user" property="createUser" jdbcType="INTEGER" />
|
33
|
33
|
<result column="update_date" property="updateDate" jdbcType="TIMESTAMP" />
|
|
34
|
+
|
|
35
|
+ <result column="mattress" property="mattress" jdbcType="VARCHAR" />
|
|
36
|
+ <result column="wardrobe" property="wardrobe" jdbcType="INTEGER" />
|
|
37
|
+ <result column="update_user" property="updateUser" jdbcType="INTEGER" />
|
|
38
|
+ <result column="update_user" property="updateUser" jdbcType="INTEGER" />
|
|
39
|
+ <result column="update_user" property="updateUser" jdbcType="INTEGER" />
|
34
|
40
|
<result column="update_user" property="updateUser" jdbcType="INTEGER" />
|
35
|
41
|
</resultMap>
|
36
|
42
|
<resultMap id="ResultMapWithBLOBs" type="com.community.huiju.model.TpRentalHouse" extends="BaseResultMap" >
|
|
@@ -507,6 +513,7 @@
|
507
|
513
|
<if test="priceFluctuate == 2" >
|
508
|
514
|
and order by rh.rental_price desc
|
509
|
515
|
</if>
|
|
516
|
+ and community_id = #{communityId}
|
510
|
517
|
and rh.house_status = 1
|
511
|
518
|
</where>
|
512
|
519
|
</select>
|