ZQN
2025-03-25 1618b864a7db55e541fa5b73022f305aae4cf1e1
project-system/src/main/resources/mapper/system/SysRoleMapper.xml
@@ -52,7 +52,9 @@
         and date_format(r.create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
      </if>
      <!-- 数据范围过滤 -->
      ${params.dataScope}
      <if test="params != null and params.dataScope != null and params.dataScope != ''">
         AND ${params.dataScope}
      </if>
      order by r.role_sort
   </select>