浏览代码

直播投流

zhaoxian 2 年之前
父节点
当前提交
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">