소스 검색

优化信息采集表进度展示逻辑

cgp 1 주 전
부모
커밋
38b700b136
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fs-service/src/main/resources/mapper/qw/FsUserInformationCollectionScheduleMapper.xml

+ 1 - 0
fs-service/src/main/resources/mapper/qw/FsUserInformationCollectionScheduleMapper.xml

@@ -122,6 +122,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="orderCode != null and orderCode != ''"> AND s2.order_code = #{orderCode}</if>
             )
         </where>
+        ORDER BY s.create_time desc
     </select>
     
     <select id="selectFsUserInformationCollectionScheduleById" parameterType="Long" resultMap="FsUserInformationCollectionScheduleResult">