@@ -105,6 +105,7 @@
like concat('%', #{inputController}, '%')
</if>
</where>
+ ORDER BY create_time desc
</select>
<select id="selectKuaishouLiveBroadcastById" parameterType="String" resultMap="KuaishouLiveBroadcastResult">
@@ -83,6 +83,7 @@
<if test="putType != null and putType != ''">and put_type like concat('%', #{putType}, '%')</if>
<if test="createrId != null and createrId != ''">and creater_id = #{createrId}</if>
<select id="getOne" parameterType="String" resultType="com.ruixuan.live.entity.KuaishouLiveUserAccount">