浏览代码

优化小程序业主绑定

java110 6 年之前
父节点
当前提交
a113299db7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml

+ 1 - 0
java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml

@@ -243,6 +243,7 @@
         and t.state = td1.status_cd
         and td1.table_name = 'owner_app_user'
         and td1.table_columns = 'state'
+        and t.status_cd = '0'
         <if test="idCard !=null and idCard != ''">
             and t.id_card= #{idCard}
         </if>