ZHOUTD преди 1 година
родител
ревизия
90abfbdda6
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      xzl-system/src/main/resources/mapper/system/RptDataConfigMapper.xml

+ 0 - 1
xzl-system/src/main/resources/mapper/system/RptDataConfigMapper.xml

@@ -48,7 +48,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                  SELECT DISTINCT report_id,report_name FROM `rpt_data_config`) a
                  join ( select report_id,count(1) as num from rpt_data_config where report_data_source='0' GROUP BY report_id) b on a.report_id=b.report_id
         where num>0
-        order by report_data_num asc
     </select>
 
     <select id="selectRptDataConfigById" parameterType="Long" resultMap="RptDataConfigResult">