فهرست منبع

fix 设置限制登录状态

tjf 3 سال پیش
والد
کامیت
d24b4cf31c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      boman-web-core/src/main/resources/mapper/CzrkMapper.xml

+ 2 - 2
boman-web-core/src/main/resources/mapper/CzrkMapper.xml

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