Commit b34508f366dc6dcd6ecb289ab8892b3c929f70b6

Authored by liquanyu
1 parent 988d1267a1

基本信息保存

Showing 1 changed file with 4 additions and 0 deletions

platform-biz-service/src/main/resources/mainOrm/Users.xml View file @ b34508f
... ... @@ -223,6 +223,10 @@
223 223 #{item}
224 224 </foreach>
225 225 </if>
  226 + <if test="orgId != null">
  227 + and u.org_id = #{orgId,jdbcType=INTEGER}
  228 + </if>
  229 +
226 230 <if test="deptId != null">
227 231 and u.dept_id = #{deptId,jdbcType=INTEGER}
228 232 </if>