MrShi
2025-07-02 39ae52b3f65e2bba3b6570adb51e791cb3befff7
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>