jiangping
2023-09-19 0ad62ef3a9bcc2d8f0e3ae988f0a17cfd2384c26
server/service/src/main/resources/mappers/SystemRoleMapper.xml
@@ -30,6 +30,9 @@
      <if test="dto.name != null and dto.name != ''">
        AND role.`NAME` LIKE CONCAT('%', #{dto.name}, '%')
      </if>
      <if test="dto.type != null and dto.type != ''">
        AND role.type = #{dto.type}
      </if>
    </where>
    ${orderByClause}
  </select>