|
@@ -1311,7 +1311,7 @@
|
|
|
<if test="birthday != null ">and birthday = #{birthday}</if>
|
|
|
<if test="idCard != null and idCard != ''">and id_card = #{idCard}</if>
|
|
|
<if test="phoneNum != null and phoneNum != ''">and phone_num = #{phoneNum}</if>
|
|
|
- <if test="isConfirm != null and isConfirm != ''">and c.is_confirm = #{isConfirm}</if>
|
|
|
+ <if test="isConfirm != null and isConfirm != ''">and is_confirm = #{isConfirm}</if>
|
|
|
<if test="houseType != null and houseType != ''">and house_type = #{houseType}</if>
|
|
|
<if test="provinceId != null and provinceId != ''">and province_id = #{provinceId}</if>
|
|
|
<if test="province != null and province != ''">and province = #{province}</if>
|
|
@@ -1329,7 +1329,7 @@
|
|
|
order by create_time DESC
|
|
|
</select>
|
|
|
|
|
|
- <select id="selectCzrkJzdzCount" resultType="java.lang.long">
|
|
|
+ <select id="selectCzrkJzdzCount" resultType="long">
|
|
|
select ifnull(count(1),0)
|
|
|
from czrk c left join czrk_jzdz z on c.id =z.czrk_id
|
|
|
<where>
|