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