Sfoglia il codice sorgente

大屏填报更新

ZHOUTD 1 anno fa
parent
commit
90abfbdda6

+ 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">