吉安感知网项目-后端
linwei
2026-04-13 65c15eab59899a0d45ea3d6384327349ca3434d9
fix:需要把角色是0的也查询出来
1 files modified
2 ■■■ changed files
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/RoleMapper.xml 2 ●●● patch | view | raw | blame | history
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/RoleMapper.xml
@@ -108,7 +108,7 @@
            AND role_alias LIKE concat('%', #{roleAlias}, '%')
        </if>
        <if test="sysType!=null and sysType!=''">
            AND sys_type IN (#{sysType},"0")
            AND sys_type IN (#{sysType},'0')
        </if>
    </select>