diff --git a/platform-biz-service/src/main/resources/mainOrm/Users.xml b/platform-biz-service/src/main/resources/mainOrm/Users.xml index 1849b32..25a260b 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -218,7 +218,6 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p and u.yn = #{yn,jdbcType=INTEGER} --- and ur.yn = #{yn,jdbcType=INTEGER} and u.type = #{type,jdbcType=INTEGER} @@ -235,23 +234,22 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p and name like CONCAT(#{keyword}, '%') - + and u.ks_id = #{ksId,jdbcType=INTEGER} - + and u.org_id = #{orgId,jdbcType=INTEGER} - + and u.dept_id = #{deptId,jdbcType=INTEGER} - + and ur.role_id = #{roleId,jdbcType=INTEGER} - + and u.yn = #{yn,jdbcType=INTEGER} - -- and ur.yn = #{yn,jdbcType=INTEGER} - + and u.type = #{type,jdbcType=INTEGER}