blade-service/blade-user/src/main/java/org/springblade/system/user/mapper/UserMapper.xml
@@ -170,4 +170,9 @@ </if> order by bu.code asc </select> <!--根据用户编号查询用户信息--> <select id="selUserByCode" resultType="org.springblade.system.user.entity.User"> select code,dept_id deptId from blade_user where is_deleted = 0 and code=#{code} </select> </mapper>