吉安感知网项目-后端
linwei
2026-08-13 8585b431e9257333413358eb37c30ae58f74db76
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>