|
|
@@ -242,6 +242,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
WHERE (d.dept_name like concat('%',#{deptName},'%')
|
|
|
or d.dept_name like concat('%',#{deptName1},'%'))
|
|
|
and d.status=0 and d.del_flag=0
|
|
|
+ and u.status=0 and u.del_flag=0
|
|
|
</select>
|
|
|
|
|
|
</mapper>
|