ZQN
2024-06-21 6acee0d1d79a05f7a3a3c386e9df02e9a741f544
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}
      </if>
      order by r.role_sort
   </select>