Mr.Shi
2023-09-21 c826a3fa86a9ec9b1eb7aed1c1b6c0a4d09f7297
server/service/src/main/resources/mappers/SystemRoleMapper.xml
@@ -30,7 +30,7 @@
      <if test="dto.name != null and dto.name != ''">
        AND role.`NAME` LIKE CONCAT('%', #{dto.name}, '%')
      </if>
      <if test="dto.type != null and dto.type != ''">
      <if test="dto.type != null">
        AND role.type = #{dto.type}
      </if>
    </where>