src/main/resources/mapper/system/SysRoleMapper.xml
@@ -50,8 +50,6 @@ <if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 --> and date_format(r.create_time,'%Y%m%d') <= date_format(#{params.endTime},'%Y%m%d') </if> <!-- 数据范围过滤 --> ${params.dataScope} order by r.role_sort </select>