Commit 64712b61 by 徐高华

排序

parent 80a44fde
...@@ -167,8 +167,9 @@ ...@@ -167,8 +167,9 @@
<if test="null != sendStatus"> <if test="null != sendStatus">
and a.send_status = #{sendStatus} and a.send_status = #{sendStatus}
</if> </if>
order by a.create_time desc , a.owner_log_id
group by b.plan_id group by b.plan_id
order by a.create_time desc , a.owner_log_id
</select> </select>
<select id="listOwnerLogPageForWxa" parameterType="com.gic.haoban.manage.api.dto.qdto.chat.GroupChatPlanSearchQDTO" resultType="com.gic.haoban.manage.api.dto.chat.GroupChatPlanOwnerLogDTO"> <select id="listOwnerLogPageForWxa" parameterType="com.gic.haoban.manage.api.dto.qdto.chat.GroupChatPlanSearchQDTO" resultType="com.gic.haoban.manage.api.dto.chat.GroupChatPlanOwnerLogDTO">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment