소스 검색

直播投流

zhaoxian 3 년 전
부모
커밋
048cbdcc73
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruixuan-launch/src/main/resources/mapper/launch/KuaishouLaunchGroupRecordMapper.xml

+ 1 - 0
ruixuan-launch/src/main/resources/mapper/launch/KuaishouLaunchGroupRecordMapper.xml

@@ -133,6 +133,7 @@
         where account_id = #{accountId}
         and stat_date = #{statDate}
         and strategy_id = #{strategyId}
+        order by create_time desc
     </select>
 
     <select id="selectKuaishouLaunchGroupRecordById" parameterType="String" resultMap="KuaishouLaunchGroupRecordResult">