diff --git a/platform-biz-service/src/main/resources/mainOrm/Users.xml b/platform-biz-service/src/main/resources/mainOrm/Users.xml index dccc38b..061fe66 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -204,23 +204,23 @@ 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}