jiangping
2024-05-16 a4945c89ee72aa8b6f2c0a75653a3256a2b30b4f
server/service/src/main/resources/mappers/SystemRoleMapper.xml
@@ -33,6 +33,9 @@
      <if test="dto.type != null">
        AND role.type = #{dto.type}
      </if>
      <if test="dto.companyId != null">
        AND role.COMPANY_ID = #{dto.companyId}
      </if>
    </where>
    ${orderByClause}
  </select>