Browse Source

直播投流

zhaoxian 2 năm trước cách đây
mục cha
commit
048cbdcc73

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