From a6735b2f7971cc2e2f3a3b03773a46baae63bc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Mon, 6 May 2024 22:25:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/system/SysDeptMapper.xml | 2 +- .../resources/mapper/system/SysUserMapper.xml | 4 +- ruoyi-ui/src/views/system/user/index.vue | 63 +++++++++++-------- .../yanzhu/jh/flow/domain/FlowLabourInfo.java | 5 +- 4 files changed, 42 insertions(+), 32 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml index cf8ab2f2..ad6fb03d 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml @@ -199,7 +199,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" select d.dept_id, d.parent_id, d.ancestors, d.dept_name, d.order_num, d.leader, d.phone, d.email, d.status, d.com_flag, d.type_flag from sys_dept d left join sys_user u on u.dept_id = d.dept_id - where u.user_name = #{userName} + where u.user_name = #{userName} and u.del_flag=0