智慧保安后台管理-验收版本
Administrator
2021-07-22 8b69dc1f592bbb68bb0a1d02b152404a04497631
用户查询接口修改
2 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml 3 ●●●●● patch | view | raw | blame | history
src/main/resources/application.yml 1 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -56,6 +56,9 @@
        <if test="user.realName!=null and user.realName != ''">
            and real_name like concat(concat('%', #{user.realName}),'%')
        </if>
        <if test="user.deptId!=null and user.deptId != ''">
            and dept_id like concat(concat('%', #{user.deptId}),'%')
        </if>
        <if test="user.userType!=null and user.userType != ''">
            and user_type = #{user.userType}
        </if>
src/main/resources/application.yml
@@ -198,6 +198,7 @@
      - /examScore/**
      - /trainingRegistration/**
      - /directive/**
      - /blade-user/**
    #授权认证配置
    auth:
      - method: ALL