Przeglądaj źródła

作业量统计代码提交

zx 4 miesięcy temu
rodzic
commit
e4be22ec96

+ 1 - 0
ruoyi-powerdistribution/src/main/resources/mapper/powerdistribution/PdmWorkCompleStatisticsMapper.xml

@@ -155,6 +155,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="stdCountyOrgNm != null  and stdCountyOrgNm != ''"> and std_county_org_nm = #{stdCountyOrgNm}</if>
             <if test="dataDt != null  and dataDt != ''"> and data_dt = #{dataDt}</if>
             <if test="etlTm != null  and etlTm != ''"> and etl_tm = #{etlTm}</if>
+           order by batch_id,sort_serial
         </where>
     </select>