@@ -357,7 +357,7 @@
AND t1.channel_state = 1
AND t1.account_id = #{accountId}
AND t2.app_name = #{appName}
-
+ GROUP BY t1.id
ORDER BY
t1.create_time DESC
</select>