2 天以前 c2277c88db7d66a2a694c6658ea0ef6aade74717
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') &lt;= date_format(#{params.endTime},'%Y%m%d')
      </if>
      <!-- 数据范围过滤 -->
      ${params.dataScope}
      order by r.role_sort
   </select>