diff --git a/platform-biz-service/src/main/resources/mainOrm/Users.xml b/platform-biz-service/src/main/resources/mainOrm/Users.xml index 1be49d7..26a9558 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -211,7 +211,7 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p and u.ks_id = #{ksId,jdbcType=INTEGER} - + and u.org_id in #{item} @@ -248,7 +248,7 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p and u.ks_id = #{ksId,jdbcType=INTEGER} - + and u.org_id in #{item}